summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm <djm>2002-09-04 06:25:52 +0000
committerdjm <djm>2002-09-04 06:25:52 +0000
commit715491e04bef324d000fc7e84407f48cf4019b30 (patch)
tree9ecbd5447841f7fdd5b1db1c6ba5c741d5c02a1f /sshd_config.5
parent9cfc270a1840ecf04154e28d83c3293928dc77cb (diff)
downloadopenssh-715491e04bef324d000fc7e84407f48cf4019b30.tar.gz
- stevesk@cvs.openbsd.org 2002/08/21 19:38:06
[servconf.c sshd.8 sshd_config sshd_config.5] change LoginGraceTime default to 1 minute; ok mouring@ markus@
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.54
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 0c799bfe..1551126c 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.9 2002/08/12 17:30:35 stevesk Exp $
+.\" $OpenBSD: sshd_config.5,v 1.10 2002/08/21 19:38:06 stevesk Exp $
.Dd September 25, 1999
.Dt SSHD_CONFIG 5
.Os
@@ -379,7 +379,7 @@ options must precede this option for non port qualified addresses.
The server disconnects after this time if the user has not
successfully logged in.
If the value is 0, there is no time limit.
-The default is 600 (seconds).
+The default is 60 seconds.
.It Cm LogLevel
Gives the verbosity level that is used when logging messages from
.Nm sshd .