From 679da4ea9126882ebc49b7e7ff1c9ae6ce7c984e Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 26 Aug 2021 20:37:28 +0200 Subject: [PATCH] ssh stuff --- .ssh/config | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.ssh/config b/.ssh/config index 7268e12..d7b4cb3 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,6 @@ AddKeysToAgent confirm -Host hindley hindley.adh.auro.re +Host proxy_pp hindley hindley.adh.auro.re HostName hindley.adh.auro.re User histausse @@ -10,7 +10,7 @@ Host lovelace lovelace.adh.auro.re Host azerty azerty.fil.sand.auro.re Hostname azerty.fil.sand.auro.re - ProxyJump lovelace + ProxyJump proxy_pp User histausse Host 10.128.0.* *.adm.auro.re @@ -38,7 +38,7 @@ Host perso-telecom Host hellman hellman.fil.sand.auro.re Hostname hellman.fil.sand.auro.re - ProxyJump lovelace + ProxyJump proxy_pp User histausse Host rossum @@ -75,3 +75,19 @@ Host vm5 Host rossum Hostname rossum.deso-palaiseau.fr User histausse + +Host 172.20.*.* + User histausse + +Host vps-a862b615.vps.ovh.net + User admin + IdentityFile ~/.ssh/id_medarus + +Host groseille + Hostname 10.50.3.250 + User pi + +Host synapse + Hostname nyx.ovh + Port 4502 + User histausse