diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-25 23:45:53 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-25 23:45:53 +0100 |
commit | b63c03f6355aacd436058c0fd9f2bdb622b85f93 (patch) | |
tree | b21cbe5494a741de1cd16f5cd9134693330deb38 /cluster/prod/ssh_config | |
parent | 11f87a3cd2c16a21fdd93690b35cd7bac4c21f85 (diff) | |
download | nixcfg-b63c03f6355aacd436058c0fd9f2bdb622b85f93.tar.gz nixcfg-b63c03f6355aacd436058c0fd9f2bdb622b85f93.zip |
refactor ssh config and move known_hosts
Diffstat (limited to 'cluster/prod/ssh_config')
-rw-r--r-- | cluster/prod/ssh_config | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/cluster/prod/ssh_config b/cluster/prod/ssh_config index d1e4a13..11dcc15 100644 --- a/cluster/prod/ssh_config +++ b/cluster/prod/ssh_config @@ -1,16 +1,13 @@ -UserKnownHostsFile ./ssh_known_hosts +UserKnownHostsFile ./cluster/prod/known_hosts Host concombre - HostName 2001:910:1204:1::31 - #HostName 192.168.1.31 + HostName concombre.machine.deuxfleurs.fr Host courgette - HostName 2001:910:1204:1::32 - #HostName 192.168.1.32 + HostName courgette.machine.deuxfleurs.fr Host celeri - HostName 2001:910:1204:1::33 - #HostName 192.168.1.33 + HostName celeri.machine.deuxfleurs.fr Host dahlia HostName dahlia.machine.deuxfleurs.fr |