summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index bae0f5b8..5f5d0ddb 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -508,4 +508,12 @@
508 proxyJump = "mgmt01"; 508 proxyJump = "mgmt01";
509 user = "root"; 509 user = "root";
510 }; 510 };
511 "nas*" =
512 { proxyJump = "mathw0e";
513 user = "admin";
514 extraOptions = {
515 PasswordAuthentication = "yes";
516 KbdInteractiveAuthentication = "yes";
517 };
518 };
511} 519}