diff options
author | Matt Goins <mjgoins@openflows.com> | 2008-10-27 18:25:11 -0400 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2008-10-27 18:25:11 -0400 |
commit | 1b6ebcddf8226ad4aa29da643060b6410030cf5d (patch) | |
tree | e4b6a4889a928684a8abb896a28b42ca1f0dc782 /tests/home/testuser/.ssh/config | |
parent | a58d337b9f24e46114912fd0e21a6ecfc22759e7 (diff) | |
parent | 330cb7b513575a3d7e1956276b52ecd2cda25d95 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'tests/home/testuser/.ssh/config')
-rw-r--r-- | tests/home/testuser/.ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config index 1da2344..ab1efa6 100644 --- a/tests/home/testuser/.ssh/config +++ b/tests/home/testuser/.ssh/config @@ -1,5 +1,6 @@ # ssh config file for testuser for monkeysphere test suite. Host * +ChallengeResponseAuthentication no PasswordAuthentication no KbdInteractiveAuthentication no RSAAuthentication no |