From ce95d0f5a983efeeba14cb8b66f811257efda601 Mon Sep 17 00:00:00 2001 From: lace <> Date: Mon, 16 Jul 2007 22:11:15 +0000 Subject: [PATCH] +IdentityFile explicite listing. Support fedora.redhat.com. sources.redhat.com access de-proxied. hotelgate.hotelsevendays.cz: -ForwardAgent --- .ssh/config | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 -- 1.8.3.1