summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 8fd5e9ba..339d085a 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -357,4 +357,10 @@
357 MACs = "+hmac-sha1"; 357 MACs = "+hmac-sha1";
358 }; 358 };
359 }; 359 };
360 "ap01" =
361 { hostname = "10.141.1.4";
362 user = "root";
363 proxyJump = "vidhar";
364 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
365 };
360} 366}