+"dolly" alias for "dolly.vellum.cz"
[nethome.git] / .ssh / config
1 Host localhost
2 #Cipher none
3 Compression no
4
5 Host dolly.vellum.cz
6 User short
7 Port 99
8 Host dolly
9 User short
10 Port 99
11 HostName dolly.vellum.cz
12
13 Host gulz
14 HostName gw.gulz.cz
15 User root
16
17 Host *sourceforge.net
18 User kratochvil
19 CompressionLevel 3
20
21 Host chip.ms.mff.cuni.cz
22 User krbu
23
24 Host *.ms.mff.cuni.cz
25 User jkra7289
26
27 Host vega.fjfi.cvut.cz
28 User jkratoc
29         # unable to get .ssh2/authorization working
30 Protocol 1,2
31
32 Host *
33 User short
34 Compression yes
35 CompressionLevel 9
36 ForwardAgent yes
37 ConnectionAttempts 1
38 UsePrivilegedPort no
39 UseRsh no
40 RhostsRSAAuthentication no
41 ForwardX11 no