fix a couple of left over references to expert
[monkeysphere.git] / tests / home / testuser / .ssh / config
index 8610bc97dd66a8b43f5eeb0a1244e54605529ad6..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 will be filled in dynamically.
+# UserKnownHostsFile and ProxyCommand will be filled in dynamically.