Updated for the new are of full OpenSSH and secure setup
[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
9 Host gulz
10         # VOL BreezeNET:
11 HostName 195.122.203.142
12 User root
13
14 Host *sourceforge.net
15 User kratochvil
16 CompressionLevel 3
17
18 Host chip.ms.mff.cuni.cz
19 User krbu
20
21 Host *.ms.mff.cuni.cz
22 User jkra7289
23
24 Host vega.fjfi.cvut.cz
25 User jkratoc
26
27 Host *
28 User short
29 Compression yes
30 CompressionLevel 9
31 ForwardAgent yes
32 ConnectionAttempts 1
33 UsePrivilegedPort no
34 UseRsh no
35 RhostsRSAAuthentication no
36 ForwardX11 no