]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit V_6_9 anongit/V_6_9 github-selfhosted/V_6_9 github/V_6_9 V_6_9_P1
authordjm@openbsd.org <djm@openbsd.org>
Wed, 1 Jul 2015 02:32:17 +0000 (02:32 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 1 Jul 2015 02:35:31 +0000 (12:35 +1000)
twiddle; (this commit marks the openssh-6.9 release)

Upstream-ID: 78500582819f61dd8adee36ec5cc9b9ac9351234

servconf.c

index f0876e7cd6316bf723791e19fcdc82c4ef656bac..df93fc450e85aa231b76c1ef852f2f701da9c983 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.c,v 1.273 2015/07/01 01:56:13 djm Exp $ */
+/* $OpenBSD: servconf.c,v 1.274 2015/07/01 02:32:17 djm Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
@@ -222,7 +222,7 @@ fill_default_server_options(ServerOptions *options)
        if (options->key_regeneration_time == -1)
                options->key_regeneration_time = 3600;
        if (options->permit_root_login == PERMIT_NOT_SET)
-               options->permit_root_login = PERMIT_NO;
+               options->permit_root_login = PERMIT_YES;
        if (options->ignore_rhosts == -1)
                options->ignore_rhosts = 1;
        if (options->ignore_user_known_hosts == -1)