diff options
author | Alex Auvolat <alex@adnab.me> | 2022-04-20 16:13:14 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-04-20 16:13:14 +0200 |
commit | 04f2bd48bb3d9a33e36409b8eddbad05e21807c1 (patch) | |
tree | 435b58f4d69342b2b8ad86d522447551ac1f1206 /cluster/staging | |
parent | 6c22f5fdfad8752006c2245b503313973766c31c (diff) | |
download | nixcfg-04f2bd48bb3d9a33e36409b8eddbad05e21807c1.tar.gz nixcfg-04f2bd48bb3d9a33e36409b8eddbad05e21807c1.zip |
Add some readme
Diffstat (limited to 'cluster/staging')
-rw-r--r-- | cluster/staging/ssh_config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/staging/ssh_config b/cluster/staging/ssh_config index 8fae8ab..9bc4e6e 100644 --- a/cluster/staging/ssh_config +++ b/cluster/staging/ssh_config @@ -1,13 +1,13 @@ UserKnownHostsFile ./ssh_known_hosts Host caribou - HostName 10.42.2.23 + HostName 2a01:e0a:c:a720::23 Host carcajou - HostName 10.42.2.22 + HostName 2a01:e0a:c:a720::22 Host cariacou - HostName 10.42.2.21 + HostName 2a01:e0a:c:a720::21 Host spoutnik HostName 10.42.0.2 |