# This is my dancing and singing ssh client config file. Include config-pers Include config-private Include config-local # Default settings for everything. These can be overridden by EARLIER # matches on Host or Match. Host * ForwardAgent no ControlMaster no IdentitiesOnly yes ServerAliveInterval 60 PasswordAuthentication no KbdInteractiveAuthentication no ControlMaster auto ControlPath ~/.ssh/master-%r@%h:%p HashKnownHosts no