aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmaël Guéneau <armael.gueneau@ens-lyon.org>2025-02-11 16:31:17 +0100
committerArmaël Guéneau <armael.gueneau@ens-lyon.org>2025-02-11 16:31:17 +0100
commit5ad325ebed8ae7ff6dbd237368c3e868b64a6475 (patch)
treea2b0a1f7a18157a901f2a227be3a766c24999258
parentc33c32b8db828bf2721070b088ac8e0844dc5316 (diff)
downloadnixcfg-5ad325ebed8ae7ff6dbd237368c3e868b64a6475.tar.gz
nixcfg-5ad325ebed8ae7ff6dbd237368c3e868b64a6475.zip
adjust ssh_config
-rw-r--r--cluster/prod/ssh_config2
-rw-r--r--cluster/staging/ssh_config4
2 files changed, 6 insertions, 0 deletions
diff --git a/cluster/prod/ssh_config b/cluster/prod/ssh_config
index 8341a82..f63a335 100644
--- a/cluster/prod/ssh_config
+++ b/cluster/prod/ssh_config
@@ -1,4 +1,6 @@
UserKnownHostsFile ./cluster/prod/known_hosts
+Host *
+ Port 110
Host concombre
HostName concombre.machine.deuxfleurs.fr
diff --git a/cluster/staging/ssh_config b/cluster/staging/ssh_config
index e0e191a..dadd285 100644
--- a/cluster/staging/ssh_config
+++ b/cluster/staging/ssh_config
@@ -2,6 +2,10 @@ UserKnownHostsFile ./cluster/staging/known_hosts
Host *
Port 110
+Host caribou_v4
+ Port 2234
+ Hostname 78.192.88.164
+
Host caribou
HostName caribou.machine.staging.deuxfleurs.org