diff options
Diffstat (limited to '')
| -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" = { |
