From f7cd4f82429ced401e403adc19ec3ced7e92c825 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Tue, 1 Sep 2009 11:35:57 +0000 Subject: [PATCH] +bastion fixes + misc. --- .ssh/config | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.ssh/config b/.ssh/config index 3afe62f..54dc5c0 100644 --- a/.ssh/config +++ b/.ssh/config @@ -7,7 +7,7 @@ Host localhost #Cipher none Compression no -Host sebastian.redhat.com +Host sebastian.redhat.com ovpn-phx2.redhat.com ControlMaster auto ControlPath /tmp/ssh-%h-%p-%r.sock # Required for: http://intranet.corp.redhat.com/ic/intranet/LWNReminder.html @@ -27,8 +27,10 @@ LocalForward 3973 mail.corp.redhat.com:993 #:porky.stuttgart.redhat.com NOTICE AUTH :*** Found your hostname #:porky.stuttgart.redhat.com NOTICE AUTH :*** No Ident response #ERROR :Closing Link: sebastian-int.corp.redhat.com (No more connections allowed on that IP) +# http://intranet.corp.redhat.com/ic/intranet/IRCServerList.html LocalForward 6667 porky.stuttgart.redhat.com:6667 -LocalForward 6668 irc.freenode.net:6667 +# Now being gatewayed: LocalForward 6668 irc.freenode.net:6667 +LocalForward 6668 barstool.build.redhat.com:6688 #obsolete? #LocalForward 6669 devserv.devel.redhat.com:6667 LocalForward 6669 irc.devel.redhat.com:6667 @@ -69,17 +71,23 @@ ProxyCommand none StrictHostKeyChecking yes Host rawhide64.englab.brq.redhat.com User jkratoch +Host tofu.yyz.redhat.com +User hudson Host *.test.redhat.com *.lab.boston.redhat.com *.rhts.boston.redhat.com *.lab.bos.redhat.com *.eng.bos.redhat.com *.rhts.bos.redhat.com *.z900.redhat.com *.cambridge.redhat.com *.gsslab.rdu.redhat.com prdell.brq.redhat.com *.englab.brq.redhat.com User root UserKnownHostsFile /dev/null -Host cvs.fedora.redhat.com sources.redhat.com +Host cvs.fedora.redhat.com sources.redhat.com ovpn-phx2.redhat.com ProxyCommand none StrictHostKeyChecking yes +Host ovpn-phx2.redhat.com +Port 330 +User jkratoch Host people.redhat.com ProxyCommand ssh barstool.build.redhat.com exec nc %h %p Host *.redhat.com porkchop devserv barstool 192.168.79.133 User jkratoch -ProxyCommand ssh sebastian.redhat.com exec nc %h %p +#ProxyCommand ssh sebastian.redhat.com exec nc %h %p +ProxyCommand ssh ovpn-phx2.redhat.com exec nc %h %p StrictHostKeyChecking no NumberOfPasswordPrompts 6 Host porkchop -- 1.8.3.1