+IdentityFile explicite listing.
[nethome.git] / .ssh / config
index 9715d0d..d586e96 100644 (file)
@@ -1,8 +1,15 @@
+IdentityFile ~/.ssh/id_dsa
+IdentityFile ~/.ssh/id_rsa
+IdentityFile ~/.ssh/identity
+IdentityFile ~/.ssh/barstool-id_dsa
+
 Host localhost
 #Cipher none
 Compression no
 
 Host sebastian.redhat.com
+ControlMaster auto
+ControlPath /tmp/ssh-%h-%p-%r.sock
 # Required for: http://intranet.corp.redhat.com/ic/intranet/LWNReminder.html
 LocalForward 3228 squid.redhat.com:8080
 # Looks to be stucking:
@@ -24,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
+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
@@ -44,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
@@ -88,6 +97,6 @@ RhostsRSAAuthentication no
 ForwardX11 no
 ServerAliveInterval 60
 StrictHostKeyChecking ask
-ControlMaster auto
-ControlPath /tmp/ssh-%h-%p-%r.sock
+#ControlMaster auto
+#ControlPath /tmp/ssh-%h-%p-%r.sock
 GSSAPIAuthentication no