From d405e4a377c784e7b40238149901fbcf45b39e9e Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 18 Aug 2024 02:19:45 -0600 Subject: sys/platform/[lustrated], home/ssh: setup for hv SSH over vsock --- home/ssh/match.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'home/ssh') diff --git a/home/ssh/match.nix b/home/ssh/match.nix index f20a052..4209e9b 100644 --- a/home/ssh/match.nix +++ b/home/ssh/match.nix @@ -10,8 +10,12 @@ }; "hv" = { - user = "admin"; - hostname = "192.168.34.42"; + port = 2242; + hostname = "::1"; + + user = "root"; + identityFile = "~/.ssh/id_hv_sk"; + identitiesOnly = true; }; "olger.dev" = { -- cgit v1.2.3