summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
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 67e7d7db3..9d9c9508e 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.c,v 1.184 2008/06/15 16:58:40 dtucker Exp $ */ 1/* $OpenBSD: servconf.c,v 1.185 2008/07/02 02:24:18 djm Exp $ */
2/* 2/*
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved 4 * All rights reserved
@@ -158,7 +158,7 @@ fill_default_server_options(ServerOptions *options)
158 if (options->pid_file == NULL) 158 if (options->pid_file == NULL)
159 options->pid_file = _PATH_SSH_DAEMON_PID_FILE; 159 options->pid_file = _PATH_SSH_DAEMON_PID_FILE;
160 if (options->server_key_bits == -1) 160 if (options->server_key_bits == -1)
161 options->server_key_bits = 768; 161 options->server_key_bits = 1024;
162 if (options->login_grace_time == -1) 162 if (options->login_grace_time == -1)
163 options->login_grace_time = 120; 163 options->login_grace_time = 120;
164 if (options->key_regeneration_time == -1) 164 if (options->key_regeneration_time == -1)