diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-27 16:57:41 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-27 16:57:41 +0100 |
commit | 03e4c30644be5a6db287d0391d0c52363ec306ea (patch) | |
tree | 3e99beccdb4d328599b46ab3059aecbf4957b899 /accounts/gkleen@sif | |
parent | 5d920b43cb373b09ba7767b83f4ca0324fd55fc5 (diff) | |
download | nixos-03e4c30644be5a6db287d0391d0c52363ec306ea.tar nixos-03e4c30644be5a6db287d0391d0c52363ec306ea.tar.gz nixos-03e4c30644be5a6db287d0391d0c52363ec306ea.tar.bz2 nixos-03e4c30644be5a6db287d0391d0c52363ec306ea.tar.xz nixos-03e4c30644be5a6db287d0391d0c52363ec306ea.zip |
switch01: better ip
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index e2bd2375..ab6f6b6e 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -345,7 +345,7 @@ | |||
345 | extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; | 345 | extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; |
346 | }; | 346 | }; |
347 | "switch01" = | 347 | "switch01" = |
348 | { hostname = "10.141.0.65"; | 348 | { hostname = "10.141.1.2"; |
349 | user = "admin"; | 349 | user = "admin"; |
350 | proxyJump = "vidhar"; | 350 | proxyJump = "vidhar"; |
351 | identityFile = "~/.ssh/admin@switch01.yggdrasil"; | 351 | identityFile = "~/.ssh/admin@switch01.yggdrasil"; |