diff options
-rw-r--r-- | sshd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -33,7 +33,7 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd.8,v 1.298 2018/03/14 05:35:40 djm Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.299 2018/03/14 06:56:20 jmc Exp $ |
37 | .Dd $Mdocdate: March 14 2018 $ | 37 | .Dd $Mdocdate: March 14 2018 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
@@ -513,6 +513,10 @@ Environment processing is disabled by default and is | |||
513 | controlled via the | 513 | controlled via the |
514 | .Cm PermitUserEnvironment | 514 | .Cm PermitUserEnvironment |
515 | option. | 515 | option. |
516 | .It Cm expiry-time="timespec" | ||
517 | Specifies a time after which the key will not be accepted. | ||
518 | The time may be specified as a YYYYMMDD date or a YYYYMMDDHHMM[SS] time | ||
519 | in the system time-zone. | ||
516 | .It Cm from="pattern-list" | 520 | .It Cm from="pattern-list" |
517 | Specifies that in addition to public key authentication, either the canonical | 521 | Specifies that in addition to public key authentication, either the canonical |
518 | name of the remote host or its IP address must be present in the | 522 | name of the remote host or its IP address must be present in the |
@@ -602,10 +606,6 @@ Enables execution of | |||
602 | previously disabled by the | 606 | previously disabled by the |
603 | .Cm restrict | 607 | .Cm restrict |
604 | option. | 608 | option. |
605 | .It Cm expiry-time="timespec" | ||
606 | Specifies a time after which the key will not be accepted. | ||
607 | The time may be specified as a YYYYMMDD date or a YYYYMMDDHHMM[SS] time | ||
608 | in the system time-zone. | ||
609 | .It Cm X11-forwarding | 609 | .It Cm X11-forwarding |
610 | Permits X11 forwarding previously disabled by the | 610 | Permits X11 forwarding previously disabled by the |
611 | .Cm restrict | 611 | .Cm restrict |