# ssh config file for testuser for monkeysphere test suite. Host * ChallengeResponseAuthentication no PasswordAuthentication no KbdInteractiveAuthentication no RSAAuthentication no GSSAPIAuthentication no StrictHostKeyChecking yes LogLevel DEBUG # UserKnownHostsFile and ProxyCommand will be filled in dynamically.