diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-09 17:23:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-09 17:23:23 +0200 |
commit | 39fbbbe8639c7ad646a1e92efae7c1ee3818922a (patch) | |
tree | 124ad370101cb05930e2836f46cd4440e2534ed8 /cluster/prod/ssh_config | |
parent | a90de2cfb930c276fdfdf617b4242cbca596c985 (diff) | |
download | nixcfg-39fbbbe8639c7ad646a1e92efae7c1ee3818922a.tar.gz nixcfg-39fbbbe8639c7ad646a1e92efae7c1ee3818922a.zip |
Change ipv6 tunnel server
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 afae310..61dd364 100644 --- a/cluster/prod/ssh_config +++ b/cluster/prod/ssh_config @@ -1,15 +1,15 @@ UserKnownHostsFile ./ssh_known_hosts Host concombre - HostName 2a06:a004:3025:1::31 + HostName 2a06:a003:515d:1::31 #HostName 192.168.1.31 Host courgette - HostName 2a06:a004:3025:1::32 + HostName 2a06:a003:515d:1::32 #HostName 192.168.1.32 Host celeri - HostName 2a06:a004:3025:1::33 + HostName 2a06:a003:515d:1::33 #HostName 192.168.1.33 Host dahlia |