aboutsummaryrefslogtreecommitdiff
path: root/files/.ssh/config
blob: 30c29de31a767e0453b9d4be73559b5f2c7dcd50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Include ~/.ssh/*.conf

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