summaryrefslogtreecommitdiff
path: root/ssh/config
blob: 27a2a54514ee34ddd947bb866d56f5402e0edfc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This is my dancing and singing ssh client config file.

Include config-pers
Include config-private
Include config-local

# Default settings for everything. These can be overridden by EARLIER
# matches on Host or Match.

Host *
    ForwardAgent no
    ControlMaster no
    IdentitiesOnly yes
    ServerAliveInterval 60
    PasswordAuthentication no
    KbdInteractiveAuthentication no
    ControlMaster auto
    ControlPath ~/.ssh/master-%r@%h:%p