Include ~/.ssh/*.conf HashKnownHosts no # Enable automatic connection multiplexing by default. ControlMaster auto ControlPath ~/.ssh/.control.%n.%p.%r ServerAliveInterval 60 TCPKeepAlive yes Compression yes # http://petereisentraut.blogspot.com/2012/04/setting-time-zone-on-remote-ssh-hosts.html SendEnv LANG LC_* TZ # Automatically add new host keys to the known_hosts file StrictHostKeyChecking accept-new Host 192.168.*.* StrictHostKeyChecking no UserKnownHostsFile /dev/null ForwardAgent yes Host riga.bobov.name CheckHostIp no