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.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 6deb06cf..4c95af1a 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -381,9 +381,8 @@
381 extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; 381 extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1";
382 }; 382 };
383 "switch01" = 383 "switch01" =
384 { hostname = "10.141.1.2"; 384 { hostname = "switch01.mgmt.yggdrasil";
385 user = "admin"; 385 user = "admin";
386 proxyJump = "vidhar";
387 identityFile = "~/.ssh/admin@switch01.yggdrasil"; 386 identityFile = "~/.ssh/admin@switch01.yggdrasil";
388 extraOptions = { 387 extraOptions = {
389 KexAlgorithms = "+diffie-hellman-group1-sha1"; 388 KexAlgorithms = "+diffie-hellman-group1-sha1";
@@ -393,9 +392,8 @@
393 }; 392 };
394 }; 393 };
395 "ap01" = 394 "ap01" =
396 { hostname = "10.141.1.4"; 395 { hostname = "ap01.mgmt.yggdrasil";
397 user = "root"; 396 user = "root";
398 proxyJump = "vidhar";
399 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; 397 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
400 }; 398 };
401 "yggdrasil.borgbase" = 399 "yggdrasil.borgbase" =