# source: https://github.com/kutsan/dotfiles/blob/master/.ssh/config
# source: https://github.com/kutsan/dotfiles/blob/master/.ssh/conf/settings.ssh
# archive: https://web.archive.org/web/20220313114253/https://github.com/kutsan/dotfiles/blob/master/.ssh/config
# archive: https://web.archive.org/web/20220313114018/https://github.com/kutsan/dotfiles/blob/master/.ssh/conf/settings.ssh

# Sets a timeout interval in seconds after which if no data has been received
# from the server, ssh will send a message through the encrypted channel to
# request a response from the server.
ServerAliveInterval 15

# Use compressed connection.
Compression yes

# Hash host names and addresses when they are added to known_hosts file.
HashKnownHosts yes
