diff options
author | mricher <maximilien.richer@gmail.com> | 2022-10-16 14:34:39 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-10-16 14:17:12 +0000 |
commit | c48a7e80c31f6fb35533456f30659ce3c122db0f (patch) | |
tree | 229b37e9d963d42a52f363f29a73c4ade0fce694 /cluster/prod/ssh_config | |
parent | e658b79d06ddc917e2ecabd4ad7d8c9037e38121 (diff) | |
download | nixcfg-c48a7e80c31f6fb35533456f30659ce3c122db0f.tar.gz nixcfg-c48a7e80c31f6fb35533456f30659ce3c122db0f.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 + |