extend test suite to check for authentication denial when
[monkeysphere.git] / tests / home / testuser / .ssh / config
index 113a511d32f45216ba664cb5fd8ce650bd47c81f..ab1efa6e9d20af615ede3a7cc6b013a191d98efd 100644 (file)
@@ -1,9 +1,11 @@
 # 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.