# source: https://github.com/posquit0/dotfiles/blob/master/ssh/.ssh/config
# archive: https://web.archive.org/web/20220313114527/https://github.com/posquit0/dotfiles/blob/master/ssh/.ssh/config

# vim: set ft=sshconfig:
# SSH Configuration
#
# Maintained by Claud D. Park <posquit0.bj@gmail.com>
# http://www.posquit0.com/

TCPKeepAlive=yes
ServerAliveInterval=15
ServerAliveCountMax=6
Compression=yes
ControlMaster auto
ControlPath /tmp/%r@%h:%p
ControlPersist yes
