diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 20 |
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 | ||
181 | Sets a timeout interval in seconds after which if no data has been received | ||
182 | from the client, | ||
183 | .Nm sshd | ||
184 | will send a message through the encrypted | ||
185 | channel to request a response from the client. | ||
186 | The default | ||
187 | is 0, indicating that these messages will not be sent to the client. | ||
188 | This option applies to protocol version 2 only. | ||
189 | .It Cm ClientAliveCountMax | 180 | .It Cm ClientAliveCountMax |
190 | Sets the number of client alive messages (see above) which may be | 181 | Sets the number of client alive messages (see above) which may be |
191 | sent without | 182 | sent without |
@@ -213,6 +204,15 @@ If | |||
213 | .Cm ClientAliveCountMax | 204 | .Cm ClientAliveCountMax |
214 | is left at the default, unresponsive ssh clients | 205 | is left at the default, unresponsive ssh clients |
215 | will be disconnected after approximately 45 seconds. | 206 | will be disconnected after approximately 45 seconds. |
207 | .It Cm ClientAliveInterval | ||
208 | Sets a timeout interval in seconds after which if no data has been received | ||
209 | from the client, | ||
210 | .Nm sshd | ||
211 | will send a message through the encrypted | ||
212 | channel to request a response from the client. | ||
213 | The default | ||
214 | is 0, indicating that these messages will not be sent to the client. | ||
215 | This option applies to protocol version 2 only. | ||
216 | .It Cm Compression | 216 | .It Cm Compression |
217 | Specifies whether compression is allowed. | 217 | Specifies whether compression is allowed. |
218 | The argument must be | 218 | The argument must be |