diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-16 15:11:35 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-16 15:11:35 +0100 |
commit | fe5fab0acbf21de21dbba158d4158058740566b3 (patch) | |
tree | 07e46e849ce8f0ced5037228176d5094fa40d8b6 /accounts/gkleen@sif/ssh-hosts.nix | |
parent | f898815efab578d847993b3f297cff0e1f1e5698 (diff) | |
download | nixos-fe5fab0acbf21de21dbba158d4158058740566b3.tar nixos-fe5fab0acbf21de21dbba158d4158058740566b3.tar.gz nixos-fe5fab0acbf21de21dbba158d4158058740566b3.tar.bz2 nixos-fe5fab0acbf21de21dbba158d4158058740566b3.tar.xz nixos-fe5fab0acbf21de21dbba158d4158058740566b3.zip |
gkleen@sif: ...
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 6 |
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" = |