extend test suite to check for authentication denial when
[monkeysphere.git] / tests / home / testuser / .ssh / config
index 566d1c0976b77063dd531b54dc59541a44c8eb0f..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
 
-# UserKnownHosts file will be filled in dynamically.
+# UserKnownHostsFile and ProxyCommand will be filled in dynamically.