Workaround openssh-clients-3.9p1-8.RHEL4.12
[nethome.git] / .ssh / config
1 Host localhost
2 #Cipher none
3 Compression no
4
5 Host sebastian.redhat.com
6 # Required for: http://intranet.corp.redhat.com/ic/intranet/LWNReminder.html
7 LocalForward 3228 squid.redhat.com:8080
8 # Looks to be stucking:
9 LocalForward 3328 squid.corp.redhat.com:3128
10 LocalForward 3025 mail.stuttgart.redhat.com:25
11 LocalForward 3993 pobox.stuttgart.redhat.com:993
12 LocalForward 6667 irc.devel.redhat.com:6667
13 LocalForward 3389 ldap.stuttgart.redhat.com:389
14 LocalForward 3046 curly.devel.redhat.com:4046
15 LocalForward 3047 curly.devel.redhat.com:2049
16 LocalForward 3234 engarchive.rdu.redhat.com:1234
17 LocalForward 3235 engarchive.rdu.redhat.com:2049
18 # Brew is too slow remotely:
19 # http://brewhub.devel.redhat.com/brewhub
20 #LocalForward 3280 brewhub.devel.redhat.com:80
21 #LocalForward 3088 kerberos.corp.redhat.com:88
22 # Using RHTS repository instead:
23 #LocalForward 3180 devserv.devel.redhat.com:3180
24 ProxyCommand none
25 StrictHostKeyChecking yes
26 Host *.test.redhat.com *.redhat.usu *.lab.boston.redhat.com *.rhts.boston.redhat.com *.z900.redhat.com
27 User root
28 Host *.redhat.com porkchop devserv barstool
29 User jkratoch
30 ProxyCommand ssh sebastian.redhat.com exec nc %h %p
31 StrictHostKeyChecking no
32 Host porkchop
33 HostName porkchop.devel.redhat.com
34 HostKeyAlias porkchop.devel.redhat.com
35 Host devserv
36 HostName devserv.devel.redhat.com
37 HostKeyAlias devserv.devel.redhat.com
38 Host barstool
39 HostName barstool.build.redhat.com
40 HostKeyAlias barstool.build.redhat.com
41 Host *.redhat.usu
42 StrictHostKeyChecking no
43
44 Host hotelgate hotelgate.hotelsevendays.cz
45 User root
46 ForwardAgent yes
47 Host hotelgate
48 HostName hotelgate.hotelsevendays.cz
49 HostKeyAlias hotelgate.hotelsevendays.cz
50
51 Host gw.jklabs.cz
52 User lace
53
54 Host tercie.tone.cz
55 User short
56
57 Host *sourceforge.net
58 User kratochvil
59
60 Host vega.fjfi.cvut.cz
61 User jkratoc
62         # unable to get .ssh2/authorization working
63 Protocol 1,2
64
65 Host paulina.vellum.cz pauline.vellum.cz vellum.cz
66 User short
67 Host manon.vellum.cz manon
68 User lace
69 Host manon
70 HostName manon.vellum.cz
71 HostKeyAlias manon.vellum.cz
72 Host dolly.vellum.cz
73 User short
74 Host rallye.panda.cz
75 User short
76
77 Host atrey.karlin.mff.cuni.cz
78 User short
79
80 Host *
81 User root
82 Compression yes
83 CompressionLevel 9
84 ForwardAgent no
85 ConnectionAttempts 1
86 UsePrivilegedPort no
87 RhostsRSAAuthentication no
88 ForwardX11 no
89 ServerAliveInterval 60
90 StrictHostKeyChecking ask
91 ControlMaster no
92 ControlPath /tmp/ssh-%h-%p-%r.sock
93 GSSAPIAuthentication no