diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-27 14:57:27 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-27 14:57:27 -0400 |
commit | 330cb7b513575a3d7e1956276b52ecd2cda25d95 (patch) | |
tree | e4b6a4889a928684a8abb896a28b42ca1f0dc782 /tests/home | |
parent | d0c45a59abaaad797498c6ace5364497bfd0c313 (diff) |
extend test suite to check for authentication denial when
authorized_user_ids has been removed.
Diffstat (limited to 'tests/home')
-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 |