X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=.ssh%2Fconfig;h=f3007e4fb5b622235a291e9b71d843eecddf06f8;hb=e9bc39cc120c43adbd6e181427e765280a476f0b;hp=f34fb768e66c17683e12c26cda739dbbbbc36464;hpb=21282ec5b98f30b29607f02c61c823d605619897;p=config-20-100.git diff --git a/.ssh/config b/.ssh/config index f34fb76..f3007e4 100644 --- a/.ssh/config +++ b/.ssh/config @@ -14,7 +14,7 @@ #------------------------------------------------------------------------------ -# Les options qui ne sont pas identées sont activées pour toutes les connexions +# Les options qui ne sont pas indentées sont activées pour toutes les connexions # Mêmes celles qui ne correspondent à aucun bloc plus bas # Activer la compression des données transmises lorsque c'est possible Compression yes @@ -22,12 +22,12 @@ Compression yes #~# # Afficher la fingerprint du serveur sous la forme d'un ASCII art #~# VisualHostKey yes -# Ne pas hasher les noms des machines auxquelles ont se connecte dans +# Ne pas hasher les noms des machines auxquelles on se connecte dans # le fichier known_hosts HashKnownHosts no # Vérifier la concordance du champ DNS SSHFP de la machine (si existant) -# et de la fingerprint présentée par le serveur +# et du fingerprint présenté par le serveur VerifyHostKeyDNS yes #~# # Certaines QuelqueChoseBox tuent les connexion TCP inactives depuis @@ -649,53 +649,29 @@ Host eap.adm eap eap eap.adm.crans.org ForwardAgent yes ProxyCommand ssh sable.crans.org -W %h:%p -Host ft-ilo.adm ft-ilo ft-ilo ft-ilo.adm.crans.org - HostName ft-ilo.adm.crans.org - User loginCr@ns - ForwardAgent yes - ProxyCommand ssh sable.crans.org -W %h:%p - HostKeyAlgorithms ssh-rsa - -Host fx-ilo.adm fx-ilo zamok-ilo.adm fx-ilo fx-ilo.adm.crans.org zamok-ilo.adm.crans.org - HostName fx-ilo.adm.crans.org - User loginCr@ns - ForwardAgent yes - ProxyCommand ssh sable.crans.org -W %h:%p - HostKeyAlgorithms ssh-rsa - -Host fy-ilo.adm fy-ilo fy-ilo fy-ilo.adm.crans.org - HostName fy-ilo.adm.crans.org - User loginCr@ns - ForwardAgent yes - ProxyCommand ssh sable.crans.org -W %h:%p - HostKeyAlgorithms ssh-rsa - -Host fz-ilo.adm fz-ilo fz-ilo fz-ilo.adm.crans.org - HostName fz-ilo.adm.crans.org - User loginCr@ns - ForwardAgent yes - ProxyCommand ssh sable.crans.org -W %h:%p - HostKeyAlgorithms ssh-rsa - Host kdell-idrac.adm kdell-idrac kdell-idrac kdell-idrac.adm.crans.org HostName kdell-idrac.adm.crans.org - User loginCr@ns - ForwardAgent yes - ProxyCommand ssh sable.crans.org -W %h:%p - -Host komaz-ilo.adm komaz-ilo komaz-ilo komaz-ilo.adm.crans.org - HostName komaz-ilo.adm.crans.org - User loginCr@ns + User root ForwardAgent yes ProxyCommand ssh sable.crans.org -W %h:%p - HostKeyAlgorithms ssh-rsa -Host odlyd-ilo.adm odlyd-ilo odlyd-ilo odlyd-ilo.adm.crans.org - HostName odlyd-ilo.adm.crans.org - User loginCr@ns - ForwardAgent yes +Host *-ilo + HostName %h.adm.crans.org + User Administrator + PasswordAuthentication yes + ChallengeResponseAuthentication no + GSSAPIAuthentication no + HostbasedAuthentication no + PubkeyAuthentication no + RSAAuthentication no + Compression no + ForwardAgent no + ForwardX11 no + KexAlgorithms diffie-hellman-group1-sha1 + MACs hmac-md5,hmac-sha1 + Ciphers aes128-cbc,3des-cbc + HostKeyAlgorithms ssh-rsa,ssh-dss ProxyCommand ssh sable.crans.org -W %h:%p - HostKeyAlgorithms ssh-rsa Host radius.adm radius radius radius.adm.crans.org HostName radius.adm.crans.org @@ -794,13 +770,15 @@ Host tahines.ens-cachan.fr tahines2 tahines #~# User loginENS #~# ForwardAgent yes #~# -#~# Host *.dptinfo +#~# # Le ! permet de ne pas capturer ssh.dptinfo dans *.dptinfo +#~# # Sinon on crée une boucle +#~# Host *.dptinfo !ssh.dptinfo #~# HostName %h.ens-cachan.fr #~# User loginENS #~# ProxyCommand ssh loginENS@ssh.dptinfo.ens-cachan.fr -W %h:%p #~# ForwardAgent yes #~# -#~# Host *.dptinfo.ens-cachan.fr +#~# Host *.dptinfo.ens-cachan.fr !ssh.dptinfo.ens-cachan.fr #~# HostName %h #~# User loginENS #~# ProxyCommand ssh loginENS@ssh.dptinfo.ens-cachan.fr -W %h:%p