[BACK]Return to ssh-keygen.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keygen.1 between version 1.144 and 1.145

version 1.144, 2017/07/08 18:32:54 version 1.145, 2017/11/03 05:14:04
Line 584 
Line 584 
 A validity interval may consist of a single time, indicating that the  A validity interval may consist of a single time, indicating that the
 certificate is valid beginning now and expiring at that time, or may consist  certificate is valid beginning now and expiring at that time, or may consist
 of two times separated by a colon to indicate an explicit time interval.  of two times separated by a colon to indicate an explicit time interval.
 The start time may be specified as a date in YYYYMMDD format, a time  .Pp
 in YYYYMMDDHHMMSS format or a relative time (to the current time) consisting  The start time may be specified as the string
 of a minus sign followed by a relative time in the format described in the  .Dq always
   to indicate the certificate has no specified start time,
   a date in YYYYMMDD format, a time in YYYYMMDDHHMMSS format,
   a relative time (to the current time) consisting of a minus sign followed by
   an interval in the format described in the
 TIME FORMATS section of  TIME FORMATS section of
 .Xr sshd_config 5 .  .Xr sshd_config 5 .
 The end time may be specified as a YYYYMMDD date, a YYYYMMDDHHMMSS time or  
 a relative time starting with a plus character.  
 .Pp  .Pp
   The end time may be specified as a YYYYMMDD date, a YYYYMMDDHHMMSS time,
   a relative time starting with a plus character or the string
   .Dq forever
   to indicate that the certificate has no expirty date.
   .Pp
 For example:  For example:
 .Dq +52w1d  .Dq +52w1d
 (valid from now to 52 weeks and one day from now),  (valid from now to 52 weeks and one day from now),
Line 601 
Line 608 
 (valid from 12:30 PM, January 1st, 2010 to 12:30 PM, January 1st, 2011),  (valid from 12:30 PM, January 1st, 2010 to 12:30 PM, January 1st, 2011),
 .Dq -1d:20110101  .Dq -1d:20110101
 (valid from yesterday to midnight, January 1st, 2011).  (valid from yesterday to midnight, January 1st, 2011).
   .Dq -1m:forever
   (valid from one minute ago and never expiring).
 .It Fl v  .It Fl v
 Verbose mode.  Verbose mode.
 Causes  Causes

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145