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

#Host <hostname>
#	HostName <IP address>
#	User <username>

ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
ControlPersist 1h

ServerAliveInterval 60
ServerAliveCountMax 10
