diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-24 21:06:48 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-24 21:06:48 +0200 |
commit | 3be2659aa19abfb7e676d33e9e7e1357c790a383 (patch) | |
tree | a1d267a07e86c0be0bdfff92a595ad865105053b /cluster/prod/ssh_config | |
parent | 243eee4322b8db098b89a13680b1dba2077498b3 (diff) | |
download | nixcfg-3be2659aa19abfb7e676d33e9e7e1357c790a383.tar.gz nixcfg-3be2659aa19abfb7e676d33e9e7e1357c790a383.zip |
Make service addressable by zones
Diffstat (limited to 'cluster/prod/ssh_config')
-rw-r--r-- | cluster/prod/ssh_config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cluster/prod/ssh_config b/cluster/prod/ssh_config index 068f209..afae310 100644 --- a/cluster/prod/ssh_config +++ b/cluster/prod/ssh_config @@ -1,16 +1,16 @@ UserKnownHostsFile ./ssh_known_hosts Host concombre - #HostName 2a06:a004:3025:1::31 - HostName 192.168.1.31 + HostName 2a06:a004:3025:1::31 + #HostName 192.168.1.31 Host courgette - #HostName 2a06:a004:3025:1::32 - HostName 192.168.1.32 + HostName 2a06:a004:3025:1::32 + #HostName 192.168.1.32 Host celeri - #HostName 2a06:a004:3025:1::33 - HostName 192.168.1.33 + HostName 2a06:a004:3025:1::33 + #HostName 192.168.1.33 Host dahlia HostName dahlia.machine.deuxfleurs.fr |