diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 33e401170..562dad356 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,8 +33,8 @@ | |||
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_config.5,v 1.199 2015/04/28 13:47:38 jmc Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.200 2015/04/29 03:48:56 dtucker Exp $ |
37 | .Dd $Mdocdate: April 28 2015 $ | 37 | .Dd $Mdocdate: April 29 2015 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -830,16 +830,13 @@ The following forms may be used: | |||
830 | If | 830 | If |
831 | .Ar port | 831 | .Ar port |
832 | is not specified, | 832 | is not specified, |
833 | sshd will listen on the address and all prior | 833 | sshd will listen on the address and all |
834 | .Cm Port | 834 | .Cm Port |
835 | options specified. | 835 | options specified. |
836 | The default is to listen on all local addresses. | 836 | The default is to listen on all local addresses. |
837 | Multiple | 837 | Multiple |
838 | .Cm ListenAddress | 838 | .Cm ListenAddress |
839 | options are permitted. | 839 | options are permitted. |
840 | Additionally, any | ||
841 | .Cm Port | ||
842 | options must precede this option for non-port qualified addresses. | ||
843 | .It Cm LoginGraceTime | 840 | .It Cm LoginGraceTime |
844 | The server disconnects after this time if the user has not | 841 | The server disconnects after this time if the user has not |
845 | successfully logged in. | 842 | successfully logged in. |