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

# SSH multiplexing
# tell ssh to try to start a master if none is running, or use
# an existing one otherwise. This will speed up multiple ssh
# connections to the same server
Host *
ControlMaster auto
ControlPath /tmp/%r@%h:%p
Ciphers arcfour
StrictHostKeyChecking no
BatchMode yes

# shortcuts for common hosts
Host isen
HostName isengard
