X-Git-Url: http://gitweb.pimeys.fr/?p=config-20-100.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=f465ad13079c841b6ab9fe09237501a7a3d7a05a;hp=db9e94324c4cc0a21780efce77aaf9e407c0aede;hb=1b20c1bd3eeb524ec05f349c6c8bf6f2ca40b728;hpb=de0b7ca49077196a4fa78a8fb356f31c6859c5b2 diff --git a/.ssh/config b/.ssh/config index db9e943..f465ad1 100644 --- a/.ssh/config +++ b/.ssh/config @@ -49,12 +49,27 @@ ServerAliveCountMax 3 # ProxyCommand = pour passer par un autre serveur intermédiaire # (pour un serveur qui ne peut pas être contacté directement) -UserKnownHostsFile ~/.ssh/known_hosts ~/.ssh/known_hosts_crans ~/.ssh/known_hosts_dptinfo +UserKnownHostsFile ~/.ssh/known_hosts ~/.ssh/known_hosts_crans ~/.ssh/known_hosts_dptinfo ~/.ssh/known_hosts_telecom_serveurs ~/.ssh/known_hosts_telecom_tp # +--------------+ # | Mes machines | # +--------------+ +Host zeldrenviatahinesviapimeys + HostName zeldren.crans.org + User vincent + ProxyCommand ssh tahinesviapimeys -W %h:%p + +Host tahinesviapimeys + HostName tahines.ens-cachan.fr + User vlegalli + ProxyCommand ssh pimeys.fr -W %h:%p + +Host zeldren.crans.org zeldren + HostName zeldren.crans.org + User vincent + ForwardAgent yes + Host cerebro.crans.org cerebro HostName cerebro.crans.org User vincent @@ -87,8 +102,8 @@ Host evaw.home evaw ForwardAgent yes ProxyCommand ssh home.b2moo.fr -W %h:%p -Host cabal.crans.org cabal.crans - HostName cabal.crans.org +Host zeldren.crans.org cabal.crans zeldren + HostName zeldren.crans.org User vincent ForwardAgent yes @@ -106,7 +121,13 @@ Host cabal.home cabal HostName 192.168.1.81 User vincent ForwardAgent yes - ProxyCommand ssh home.b2moo.fr -W %h:%p + ProxyCommand ssh -4 home.b2moo.fr -W %h:%p + +Host cabalviabox + HostName home.b2moo.fr + Port 2222 + User vincent + ForwardAgent yes Host cabalw.home cabalw HostName 192.168.1.63 @@ -1066,5 +1087,13 @@ Host mars mars.lbpa mars.lbpa.ens-cachan.fr User vincent ProxyCommand ssh vlegalli@tahines.ens-cachan.fr -W %h:%p +# +---------+ +# | Télécom | +# +---------+ + +Host rabban rabban.enst.fr + HostName rabban.enst.fr + User legallic + # END (utile pour éviter les merge conflicts)