diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-08 14:42:18 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-08 14:42:18 +0200 |
commit | 83dd3ea25ac7ded159105e2501b438dac4e01e22 (patch) | |
tree | f53a75ac8c35133f090fddd20c9a1f1b44cf909c /cluster/prod/ssh_config | |
parent | 397a3fdfa9d9f9fd279ca45dee592d1b0c157b69 (diff) | |
download | nixcfg-83dd3ea25ac7ded159105e2501b438dac4e01e22.tar.gz nixcfg-83dd3ea25ac7ded159105e2501b438dac4e01e22.zip |
Update network configuration
Diffstat (limited to 'cluster/prod/ssh_config')
-rw-r--r-- | cluster/prod/ssh_config | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cluster/prod/ssh_config b/cluster/prod/ssh_config index cb4841f..d05e5c6 100644 --- a/cluster/prod/ssh_config +++ b/cluster/prod/ssh_config @@ -1,10 +1,13 @@ UserKnownHostsFile ./ssh_known_hosts Host concombre - HostName 2a01:e0a:c:a720::31 + #HostName 2a01:e0a:c:a720::31 + HostName 192.168.1.31 Host courgette - HostName 2a01:e0a:c:a720::32 + #HostName 2a01:e0a:c:a720::32 + HostName 192.168.1.32 Host celeri - HostName 2a01:e0a:c:a720::33 + #HostName 2a01:e0a:c:a720::33 + HostName 192.168.1.33 |