summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-03-14 05:35:40 +0000
committerDamien Miller <djm@mindrot.org>2018-03-14 18:55:33 +1100
commitabc0fa38c9bc136871f28e452c3465c3051fc785 (patch)
tree69e7e2628aba30169497d0a031bcfe1374f83c64 /sshd.8
parentbf0fbf2b11a44f06a64b620af7d01ff171c28e13 (diff)
downloadopenssh-git-abc0fa38c9bc136871f28e452c3465c3051fc785.tar.gz
upstream: rename recently-added "valid-before" key restriction to
"expiry-time" as the former is confusing wrt similar terminology in X.509; pointed out by jsing@ OpenBSD-Commit-ID: 376939466a1f562f3950a22314bc6505733aaae6
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index f973cc38..6f5ad0f8 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
.\" (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.8,v 1.297 2018/03/12 00:52:01 djm Exp $
-.Dd $Mdocdate: March 12 2018 $
+.\" $OpenBSD: sshd.8,v 1.298 2018/03/14 05:35:40 djm Exp $
+.Dd $Mdocdate: March 14 2018 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -602,7 +602,7 @@ Enables execution of
previously disabled by the
.Cm restrict
option.
-.It Cm valid-before="timespec"
+.It Cm expiry-time="timespec"
Specifies a time after which the key will not be accepted.
The time may be specified as a YYYYMMDD date or a YYYYMMDDHHMM[SS] time
in the system time-zone.