summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorderaadt@openbsd.org <deraadt@openbsd.org>2015-07-30 19:23:02 +0000
committerDamien Miller <djm@mindrot.org>2015-08-02 19:59:25 +1000
commitf4373ed1e8fbc7c8ce3fc4ea97d0ba2e0c1d7ef0 (patch)
treeb8e3396035624e97e931d2058a84487f2ad9463e /servconf.c
parent0c30ba91f87fcda7e975e6ff8a057f624e87ea1c (diff)
upstream commit
change default: PermitRootLogin without-password matching install script changes coming as well ok djm markus Upstream-ID: 0e2a6c4441daf5498b47a61767382bead5eb8ea6
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 7506ad21f..f5d564efa 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
1 1
2/* $OpenBSD: servconf.c,v 1.277 2015/07/30 00:01:34 djm Exp $ */ 2/* $OpenBSD: servconf.c,v 1.278 2015/07/30 19:23:02 deraadt Exp $ */
3/* 3/*
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5 * All rights reserved 5 * All rights reserved
@@ -89,7 +89,7 @@ initialize_server_options(ServerOptions *options)
89 options->server_key_bits = -1; 89 options->server_key_bits = -1;
90 options->login_grace_time = -1; 90 options->login_grace_time = -1;
91 options->key_regeneration_time = -1; 91 options->key_regeneration_time = -1;
92 options->permit_root_login = PERMIT_NOT_SET; 92 options->permit_root_login = PERMIT_NO_PASSWD;
93 options->ignore_rhosts = -1; 93 options->ignore_rhosts = -1;
94 options->ignore_user_known_hosts = -1; 94 options->ignore_user_known_hosts = -1;
95 options->print_motd = -1; 95 options->print_motd = -1;