diff options
Diffstat (limited to 'files/.ssh/config')
| -rw-r--r-- | files/.ssh/config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/.ssh/config b/files/.ssh/config new file mode 100644 index 0000000..2c1fa2e --- /dev/null +++ b/files/.ssh/config @@ -0,0 +1,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 |
