diff options
Diffstat (limited to 'tests/home/testuser/.ssh/config')
-rw-r--r-- | tests/home/testuser/.ssh/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config new file mode 100644 index 0000000..1da2344 --- /dev/null +++ b/tests/home/testuser/.ssh/config @@ -0,0 +1,10 @@ +# ssh config file for testuser for monkeysphere test suite. +Host * +PasswordAuthentication no +KbdInteractiveAuthentication no +RSAAuthentication no +GSSAPIAuthentication no +StrictHostKeyChecking yes +LogLevel DEBUG + +# UserKnownHostsFile and ProxyCommand will be filled in dynamically. |