diff options
author | mricher <maximilien.richer@gmail.com> | 2022-10-16 14:34:39 +0200 |
---|---|---|
committer | mricher <maximilien.richer@gmail.com> | 2022-10-16 14:34:39 +0200 |
commit | 6b3593b31706fb74106df8af84c640e7aa0a34c7 (patch) | |
tree | 229b37e9d963d42a52f363f29a73c4ade0fce694 /cluster/prod/ssh_config | |
parent | 52d0fdf133b901be20b53b578efdaf39daafc522 (diff) | |
download | nixcfg-6b3593b31706fb74106df8af84c640e7aa0a34c7.tar.gz nixcfg-6b3593b31706fb74106df8af84c640e7aa0a34c7.zip |
Fix key
Diffstat (limited to 'cluster/prod/ssh_config')
-rw-r--r-- | cluster/prod/ssh_config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cluster/prod/ssh_config b/cluster/prod/ssh_config index 7512bda..1fa9019 100644 --- a/cluster/prod/ssh_config +++ b/cluster/prod/ssh_config @@ -21,3 +21,15 @@ Host diplotaxis Host doradille HostName doradille.machine.deuxfleurs.fr +Host df-ykl + HostName df-ykl.machine.deuxfleurs.fr + User root + +Host df-ymf + HostName df-ymf.machine.deuxfleurs.fr + User root + +Host df-ymk + HostName df-ymk.machine.deuxfleurs.fr + User root + |