summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-05 19:59:08 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-05 19:59:08 +0000
commit1bda4c835e2fb1c8a9088f9d1011ae404ab8cd85 (patch)
tree8324d761b353f64cc150e28c51e96b27c351c0ed /sshd.8
parentbd0e2de8e59b4588a45a27c168e70bba95db9969 (diff)
- stevesk@cvs.openbsd.org 2001/05/19 19:43:57
[misc.c misc.h servconf.c sshd.8 sshd.c] sshd command-line arguments and configuration file options that specify time may be expressed using a sequence of the form: time[qualifier], where time is a positive integer value and qualifier is one of the following: <none>,s,m,h,d,w Examples: 600 600 seconds (10 minutes) 10m 10 minutes 1h30m 1 hour 30 minutes (90 minutes) ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.845
1 files changed, 44 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 26201528c..02960b70b 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.123 2001/05/19 16:46:19 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.124 2001/05/19 19:43:57 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -794,6 +794,49 @@ program.
794The default is 794The default is
795.Pa /usr/X11R6/bin/xauth . 795.Pa /usr/X11R6/bin/xauth .
796.El 796.El
797.Ss Time Formats
798.Pp
799.Nm
800command-line arguments and configuration file options that specify time
801may be expressed using a sequence of the form:
802.Sm off
803.Ar time Oo Ar qualifier Oc ,
804.Sm on
805where
806.Ar time
807is a positive integer value and
808.Ar qualifier
809is one of the following:
810.Pp
811.Bl -tag -width Ds -compact -offset indent
812.It Cm <none>
813seconds
814.It Cm s | Cm S
815seconds
816.It Cm m | Cm M
817minutes
818.It Cm h | Cm H
819hours
820.It Cm d | Cm D
821days
822.It Cm w | Cm W
823weeks
824.El
825.Pp
826Each member of the sequence is added together to calculate
827the total time value.
828.Pp
829Time format examples:
830.Pp
831.Bl -tag -width Ds -compact -offset indent
832.It 600
833600 seconds (10 minutes)
834.It 10m
83510 minutes
836.It 1h30m
8371 hour 30 minutes (90 minutes)
838.El
839
797.Sh LOGIN PROCESS 840.Sh LOGIN PROCESS
798When a user successfully logs in, 841When a user successfully logs in,
799.Nm 842.Nm