summaryrefslogtreecommitdiff
path: root/tests/home
diff options
context:
space:
mode:
Diffstat (limited to 'tests/home')
-rw-r--r--tests/home/testuser/.monkeysphere/monkeysphere.conf3
-rw-r--r--tests/home/testuser/.ssh/config9
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/home/testuser/.monkeysphere/monkeysphere.conf b/tests/home/testuser/.monkeysphere/monkeysphere.conf
new file mode 100644
index 0000000..59cc0cf
--- /dev/null
+++ b/tests/home/testuser/.monkeysphere/monkeysphere.conf
@@ -0,0 +1,3 @@
+# monkeysphere config for testuser in monkeysphere test suite
+
+# KNOWN_HOSTS will be dynamically defined after creation.
diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config
new file mode 100644
index 0000000..566d1c0
--- /dev/null
+++ b/tests/home/testuser/.ssh/config
@@ -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.