From 9abbc6f67e0573b309ee472d00e33d109df3041d Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Sat, 6 Nov 2021 18:40:41 +0100 Subject: [PATCH] add haskell and syssec hosts, convert tab to spaces --- .ssh/config | 70 +++++++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 31 deletions(-) diff --git a/.ssh/config b/.ssh/config index 40039b9..cc7e0ce 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,16 +1,20 @@ AddKeysToAgent confirm Host proxy_pp hindley hindley.adh.auro.re - HostName hindley.adh.auro.re + HostName hindley.adh.auro.re + User histausse + +Host haskell + HostName 45.66.110.112 User histausse Host lovelace lovelace.adh.auro.re - HostName lovelace.adh.auro.re + HostName lovelace.adh.auro.re User histausse Host azerty azerty.fil.sand.auro.re - Hostname azerty.fil.sand.auro.re - ProxyJump proxy_pp + Hostname azerty.fil.sand.auro.re + ProxyJump proxy_pp User histausse Host 10.128.0.* *.adm.auro.re @@ -23,33 +27,33 @@ Host *.auro.re Host proxy-telecom Hostname ssh.enst.fr - User jmmineau + User jmmineau Host telecom - Hostname tp-3a101-12.enst.fr - ProxyJump proxy-telecom - User jmmineau - #RemoteCommand "source .xonsh_env/bin/activate && xonsh" + Hostname tp-3a101-12.enst.fr + ProxyJump proxy-telecom + User jmmineau + #RemoteCommand "source .xonsh_env/bin/activate && xonsh" Host perso-telecom - Hostname perso-jmmineau.lxc.enst.fr - ProxyJump proxy-telecom - User jmmineau + Hostname perso-jmmineau.lxc.enst.fr + ProxyJump proxy-telecom + User jmmineau Host hellman hellman.fil.sand.auro.re Hostname hellman.fil.sand.auro.re - ProxyJump proxy_pp - User histausse + ProxyJump proxy_pp + User histausse Host rossum Hostname 172.20.1.4 # Hostname 192.168.0.50 # Hostname rossum.deso-palaiseau.fr - User histausse + User histausse Host rossum - Hostname rossum.deso-palaiseau.fr - User histausse + Hostname rossum.deso-palaiseau.fr + User histausse Host 172.20.*.* User histausse @@ -64,37 +68,41 @@ Host groseille Host synapse Hostname nyx.ovh - Port 4502 + Port 4502 User histausse Host example.fr - HostName hindley.adh.auro.re + HostName hindley.adh.auro.re User histausse Host krypton - Hostname nyx.ovh - Port 4503 - User histausse + Hostname nyx.ovh + Port 4503 + User histausse Host shannon - Hostname 192.168.42.1 - User root + Hostname 192.168.42.1 + User root Host proxy_eurecom - Hostname ssh.eurecom.fr - HostKeyAlgorithms +ssh-rsa - User mineau + Hostname ssh.eurecom.fr + HostKeyAlgorithms +ssh-rsa + User mineau Host gitea.auro.re - User git - ProxyJump hindley + User git + ProxyJump hindley Host ubuntusnap Hostname 192.168.56.3 User histausse - IdentityFile ~/.ssh/id_local + IdentityFile ~/.ssh/id_local Host centossnap Hostname 192.168.56.4 User histausse - IdentityFile ~/.ssh/id_local + IdentityFile ~/.ssh/id_local + +Host syssec + Hostname syssec-lab.s3.eurecom.fr + User histausse