From 330cb7b513575a3d7e1956276b52ecd2cda25d95 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Mon, 27 Oct 2008 14:57:27 -0400 Subject: extend test suite to check for authentication denial when authorized_user_ids has been removed. --- tests/home/testuser/.ssh/config | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/home') 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 -- cgit v1.2.3