ssh stuff
This commit is contained in:
parent
7a8bedac03
commit
679da4ea91
1 changed files with 19 additions and 3 deletions
22
.ssh/config
22
.ssh/config
|
@ -1,6 +1,6 @@
|
||||||
AddKeysToAgent confirm
|
AddKeysToAgent confirm
|
||||||
|
|
||||||
Host hindley hindley.adh.auro.re
|
Host proxy_pp hindley hindley.adh.auro.re
|
||||||
HostName hindley.adh.auro.re
|
HostName hindley.adh.auro.re
|
||||||
User histausse
|
User histausse
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Host lovelace lovelace.adh.auro.re
|
||||||
|
|
||||||
Host azerty azerty.fil.sand.auro.re
|
Host azerty azerty.fil.sand.auro.re
|
||||||
Hostname azerty.fil.sand.auro.re
|
Hostname azerty.fil.sand.auro.re
|
||||||
ProxyJump lovelace
|
ProxyJump proxy_pp
|
||||||
User histausse
|
User histausse
|
||||||
|
|
||||||
Host 10.128.0.* *.adm.auro.re
|
Host 10.128.0.* *.adm.auro.re
|
||||||
|
@ -38,7 +38,7 @@ Host perso-telecom
|
||||||
|
|
||||||
Host hellman hellman.fil.sand.auro.re
|
Host hellman hellman.fil.sand.auro.re
|
||||||
Hostname hellman.fil.sand.auro.re
|
Hostname hellman.fil.sand.auro.re
|
||||||
ProxyJump lovelace
|
ProxyJump proxy_pp
|
||||||
User histausse
|
User histausse
|
||||||
|
|
||||||
Host rossum
|
Host rossum
|
||||||
|
@ -75,3 +75,19 @@ Host vm5
|
||||||
Host rossum
|
Host rossum
|
||||||
Hostname rossum.deso-palaiseau.fr
|
Hostname rossum.deso-palaiseau.fr
|
||||||
User histausse
|
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
|
||||||
|
|
Loading…
Reference in a new issue