summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.520
1 files changed, 10 insertions, 10 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index df51fb867..70d18ab0f 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.41 2005/04/21 06:17:50 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.42 2005/05/19 02:39:55 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -177,15 +177,6 @@ The default is
177 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, 177 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
178 aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr'' 178 aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr''
179.Ed 179.Ed
180.It Cm ClientAliveInterval
181Sets a timeout interval in seconds after which if no data has been received
182from the client,
183.Nm sshd
184will send a message through the encrypted
185channel to request a response from the client.
186The default
187is 0, indicating that these messages will not be sent to the client.
188This option applies to protocol version 2 only.
189.It Cm ClientAliveCountMax 180.It Cm ClientAliveCountMax
190Sets the number of client alive messages (see above) which may be 181Sets the number of client alive messages (see above) which may be
191sent without 182sent without
@@ -213,6 +204,15 @@ If
213.Cm ClientAliveCountMax 204.Cm ClientAliveCountMax
214is left at the default, unresponsive ssh clients 205is left at the default, unresponsive ssh clients
215will be disconnected after approximately 45 seconds. 206will be disconnected after approximately 45 seconds.
207.It Cm ClientAliveInterval
208Sets a timeout interval in seconds after which if no data has been received
209from the client,
210.Nm sshd
211will send a message through the encrypted
212channel to request a response from the client.
213The default
214is 0, indicating that these messages will not be sent to the client.
215This option applies to protocol version 2 only.
216.It Cm Compression 216.It Cm Compression
217Specifies whether compression is allowed. 217Specifies whether compression is allowed.
218The argument must be 218The argument must be