blob: 2c1fa2e1fb94b03e2adb9f0e4b2d0925da7bb330 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
HashKnownHosts no
# Enable automatic connection multiplexing by default.
ControlMaster auto
ControlPath ~/.ssh/.control.%n.%p.%r
ServerAliveInterval 60
TCPKeepAlive yes
Compression yes
Host 192.168.*.*
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
ForwardAgent yes
Host riga.bobov.name
CheckHostIp no
Include ~/.ssh/*.conf
|