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