testing: adding temporary monkeysphere config and ssh config.
[monkeysphere.git] / tests / home / testuser / .ssh / config
diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config
new file mode 100644 (file)
index 0000000..566d1c0
--- /dev/null
@@ -0,0 +1,9 @@
+# ssh config file for testuser for monkeysphere test suite.
+Host *
+PasswordAuthentication no
+KbdInteractiveAuthentication no
+RSAAuthentication no
+GSSAPIAuthentication no
+StrictHostKeyChecking yes
+
+# UserKnownHosts file will be filled in dynamically.