X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.ssh%2Fconfig;h=8bfbfd626f44c09a9c35ece4eedd38806b2d75bd;hb=65b132abee4316faa220afa25d4a471b86c103bf;hp=ed00f35510ebef2eb4c9454cb29b14963fba8408;hpb=ca716f4f204829698a94421ba55b34c1adb4b8e9;p=nethome.git diff --git a/.ssh/config b/.ssh/config index ed00f35..8bfbfd6 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,43 +1,75 @@ Host localhost #Cipher none Compression no -User lace -Host hotelgate +Host sebastian.redhat.com +# Required for: http://intranet.corp.redhat.com/ic/intranet/LWNReminder.html +LocalForward 3228 squid.redhat.com:8080 +# Looks to be stucking: +LocalForward 3328 squid.corp.redhat.com:3128 +LocalForward 3025 mail.stuttgart.redhat.com:25 +LocalForward 3993 pobox.stuttgart.redhat.com:993 +LocalForward 6667 irc.devel.redhat.com:6667 +LocalForward 3389 ldap.stuttgart.redhat.com:389 +LocalForward 3046 curly.devel.redhat.com:4046 +LocalForward 3047 curly.devel.redhat.com:2049 +LocalForward 3234 engarchive.rdu.redhat.com:1234 +LocalForward 3235 engarchive.rdu.redhat.com:2049 +# Brew is too slow remotely: +# http://brewhub.devel.redhat.com/brewhub +#LocalForward 3280 brewhub.devel.redhat.com:80 +#LocalForward 3088 kerberos.corp.redhat.com:88 +# Using RHTS repository instead: +#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 User root -ForwardAgent yes -ForwardX11 yes +Host *.redhat.com porkchop devserv barstool +User jkratoch +ProxyCommand ssh sebastian.redhat.com exec nc %h %p +StrictHostKeyChecking no +NumberOfPasswordPrompts 6 +Host *.test.redhat.com *.lab.boston.redhat.com *.rhts.boston.redhat.com *.z900.redhat.com +UserKnownHostsFile /dev/null +Host porkchop +HostName porkchop.devel.redhat.com +HostKeyAlias porkchop.devel.redhat.com +Host devserv +HostName devserv.devel.redhat.com +HostKeyAlias devserv.devel.redhat.com +Host barstool +HostName barstool.build.redhat.com +HostKeyAlias barstool.build.redhat.com -Host hoteltest +Host hotelgate hotelgate.hotelsevendays.cz User root ForwardAgent yes -ForwardX11 yes +Host hotelgate +HostName hotelgate.hotelsevendays.cz +HostKeyAlias hotelgate.hotelsevendays.cz -Host mms2 +Host gw.jklabs.cz User lace -ForwardAgent yes -HostName node0.mms2.org -HostKeyAlias node0.mms2.org -Host node0.mms2.org -User lace -ForwardAgent yes +Host tercie.tone.cz +User short Host *sourceforge.net User kratochvil -CompressionLevel 3 Host vega.fjfi.cvut.cz User jkratoc # unable to get .ssh2/authorization working Protocol 1,2 -Host paulina.vellum.cz -User short -Host pauline.vellum.cz -User short -Host vellum.cz +Host paulina.vellum.cz pauline.vellum.cz vellum.cz User short +Host manon.vellum.cz manon +User lace +Host manon +HostName manon.vellum.cz +HostKeyAlias manon.vellum.cz Host dolly.vellum.cz User short Host rallye.panda.cz @@ -47,7 +79,6 @@ Host atrey.karlin.mff.cuni.cz User short Host * -User root Compression yes CompressionLevel 9 ForwardAgent no @@ -55,3 +86,8 @@ ConnectionAttempts 1 UsePrivilegedPort no RhostsRSAAuthentication no ForwardX11 no +ServerAliveInterval 60 +StrictHostKeyChecking ask +ControlMaster auto +ControlPath /tmp/ssh-%h-%p-%r.sock +GSSAPIAuthentication no