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