From: lace <> Date: Mon, 16 Jul 2007 22:11:15 +0000 (+0000) Subject: +IdentityFile explicite listing. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=ce95d0f5a983efeeba14cb8b66f811257efda601;hp=82079b22573dc1ba5dda12325c584c2f7d5ceae7 +IdentityFile explicite listing. Support fedora.redhat.com. sources.redhat.com access de-proxied. hotelgate.hotelsevendays.cz: -ForwardAgent --- diff --git a/.ssh/config b/.ssh/config index 5904544..d586e96 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,3 +1,8 @@ +IdentityFile ~/.ssh/id_dsa +IdentityFile ~/.ssh/id_rsa +IdentityFile ~/.ssh/identity +IdentityFile ~/.ssh/barstool-id_dsa + Host localhost #Cipher none Compression no @@ -26,9 +31,12 @@ LocalForward 3235 engarchive.rdu.redhat.com:2049 #LocalForward 3180 devserv.devel.redhat.com:3180 ProxyCommand none StrictHostKeyChecking yes -Host *.test.redhat.com *.lab.boston.redhat.com *.rhts.boston.redhat.com *.z900.redhat.com *.cambridge.redhat.com prdell.brq.redhat.com +Host *.test.redhat.com *.lab.boston.redhat.com *.rhts.boston.redhat.com *.z900.redhat.com *.cambridge.redhat.com *.gsslab.rdu.redhat.com prdell.brq.redhat.com User root UserKnownHostsFile /dev/null +Host cvs.fedora.redhat.com sources.redhat.com +ProxyCommand none +StrictHostKeyChecking yes Host *.redhat.com porkchop devserv barstool User jkratoch ProxyCommand ssh sebastian.redhat.com exec nc %h %p @@ -46,7 +54,6 @@ HostKeyAlias barstool.build.redhat.com Host hotelgate hotelgate.hotelsevendays.cz User root -ForwardAgent yes Host hotelgate HostName hotelgate.hotelsevendays.cz HostKeyAlias hotelgate.hotelsevendays.cz