diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-09 17:07:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-09 17:07:47 +0200 |
commit | c239e34a2521d101e060da6251c5d3562bc72329 (patch) | |
tree | a6fb59aa3f56ff53289182799a190db47d4decaf /cluster/prod/ssh_config | |
parent | e8cdd6864a76b72f6db53143d544bb8cbf0fd9d1 (diff) | |
download | nixcfg-c239e34a2521d101e060da6251c5d3562bc72329.tar.gz nixcfg-c239e34a2521d101e060da6251c5d3562bc72329.zip |
IPv6 prefix at Neptune changed again
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 61dd364..7512bda 100644 --- a/cluster/prod/ssh_config +++ b/cluster/prod/ssh_config @@ -1,15 +1,15 @@ UserKnownHostsFile ./ssh_known_hosts Host concombre - HostName 2a06:a003:515d:1::31 + HostName 2a06:a003:d019:1::31 #HostName 192.168.1.31 Host courgette - HostName 2a06:a003:515d:1::32 + HostName 2a06:a003:d019:1::32 #HostName 192.168.1.32 Host celeri - HostName 2a06:a003:515d:1::33 + HostName 2a06:a003:d019:1::33 #HostName 192.168.1.33 Host dahlia |