| commit | 1bda4c835e2fb1c8a9088f9d1011ae404ab8cd85 | [log] [download] |
|---|---|---|
| author | Ben Lindstrom <mouring@eviladmin.org> | Tue Jun 05 19:59:08 2001 +0000 |
| committer | Ben Lindstrom <mouring@eviladmin.org> | Tue Jun 05 19:59:08 2001 +0000 |
| tree | 8324d761b353f64cc150e28c51e96b27c351c0ed | |
| parent | bd0e2de8e59b4588a45a27c168e70bba95db9969 [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@