From 9ad977a35f46743583cc22430681c3d744ceca5e Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Tue, 18 Jan 2022 15:48:48 +0100 Subject: [PATCH] update the ssh config --- .ssh/config | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/.ssh/config b/.ssh/config index cc7e0ce..2037e97 100644 --- a/.ssh/config +++ b/.ssh/config @@ -20,6 +20,7 @@ Host azerty azerty.fil.sand.auro.re Host 10.128.0.* *.adm.auro.re # ProxyJump passerelle.auro.re ProxyJump camelot.auro.re + CertificateFile ~/.ssh/id_ed25519-cert-aurore.pub User histausse Host *.auro.re @@ -40,21 +41,6 @@ Host perso-telecom ProxyJump proxy-telecom User jmmineau -Host hellman hellman.fil.sand.auro.re - Hostname hellman.fil.sand.auro.re - ProxyJump proxy_pp - User histausse - -Host rossum - Hostname 172.20.1.4 -# Hostname 192.168.0.50 -# Hostname rossum.deso-palaiseau.fr - User histausse - -Host rossum - Hostname rossum.deso-palaiseau.fr - User histausse - Host 172.20.*.* User histausse @@ -93,8 +79,8 @@ Host gitea.auro.re User git ProxyJump hindley -Host ubuntusnap - Hostname 192.168.56.3 +Host ubuntusnap2 + Hostname 192.168.56.5 User histausse IdentityFile ~/.ssh/id_local @@ -106,3 +92,7 @@ Host centossnap Host syssec Hostname syssec-lab.s3.eurecom.fr User histausse + +Host goadec + Hostname goadec.home + User histausse