diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-08-18 02:19:45 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-08-18 02:22:31 -0600 |
| commit | d405e4a377c784e7b40238149901fbcf45b39e9e (patch) | |
| tree | 98984fca09aa33631c10d147732add3e996d6e8e /home/ssh | |
| parent | 1a8c52d5baf6b9245b5363f92db50f007bfb2cea (diff) | |
sys/platform/[lustrated], home/ssh: setup for hv SSH over vsock
Diffstat (limited to 'home/ssh')
| -rw-r--r-- | home/ssh/match.nix | 8 |
1 files changed, 6 insertions, 2 deletions
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" = { |
