summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index 214c2c708..bd6a026a1 100644
--- a/auth.c
+++ b/auth.c
@@ -354,7 +354,8 @@ auth_root_allowed(const char *method)
354 case PERMIT_NO_PASSWD: 354 case PERMIT_NO_PASSWD:
355 if (strcmp(method, "publickey") == 0 || 355 if (strcmp(method, "publickey") == 0 ||
356 strcmp(method, "hostbased") == 0 || 356 strcmp(method, "hostbased") == 0 ||
357 strcmp(method, "gssapi-with-mic") == 0) 357 strcmp(method, "gssapi-with-mic") == 0 ||
358 strcmp(method, "gssapi-keyex") == 0)
358 return 1; 359 return 1;
359 break; 360 break;
360 case PERMIT_FORCED_ONLY: 361 case PERMIT_FORCED_ONLY: