diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-09 00:20:02 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-09 00:20:02 +0200 |
commit | 178107af0ce6df62d36004cdcb3f3a8414f6a6a5 (patch) | |
tree | 9ea91a3ce2813e49b22a87f3266d836055a1c572 /cluster/prod/ssh_config | |
parent | 83dd3ea25ac7ded159105e2501b438dac4e01e22 (diff) | |
download | nixcfg-178107af0ce6df62d36004cdcb3f3a8414f6a6a5.tar.gz nixcfg-178107af0ce6df62d36004cdcb3f3a8414f6a6a5.zip |
Network configuration updates
Diffstat (limited to 'cluster/prod/ssh_config')
-rw-r--r-- | cluster/prod/ssh_config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/prod/ssh_config b/cluster/prod/ssh_config index d05e5c6..4736d0b 100644 --- a/cluster/prod/ssh_config +++ b/cluster/prod/ssh_config @@ -1,13 +1,13 @@ UserKnownHostsFile ./ssh_known_hosts Host concombre - #HostName 2a01:e0a:c:a720::31 + #HostName 2a06:a004:3025:1::31 HostName 192.168.1.31 Host courgette - #HostName 2a01:e0a:c:a720::32 + #HostName 2a06:a004:3025:1::32 HostName 192.168.1.32 Host celeri - #HostName 2a01:e0a:c:a720::33 + #HostName 2a06:a004:3025:1::33 HostName 192.168.1.33 |