summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.518
1 files changed, 14 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 02c45a7df..b9864fff2 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.166 2013/11/02 22:39:19 markus Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.167 2013/11/21 00:45:44 djm Exp $
37.Dd $Mdocdate: November 2 2013 $ 37.Dd $Mdocdate: November 21 2013 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -335,7 +335,8 @@ The default is not to
335.It Cm Ciphers 335.It Cm Ciphers
336Specifies the ciphers allowed for protocol version 2. 336Specifies the ciphers allowed for protocol version 2.
337Multiple ciphers must be comma-separated. 337Multiple ciphers must be comma-separated.
338The supported ciphers are 338The supported ciphers are:
339.Pp
339.Dq 3des-cbc , 340.Dq 3des-cbc ,
340.Dq aes128-cbc , 341.Dq aes128-cbc ,
341.Dq aes192-cbc , 342.Dq aes192-cbc ,
@@ -349,15 +350,24 @@ The supported ciphers are
349.Dq arcfour256 , 350.Dq arcfour256 ,
350.Dq arcfour , 351.Dq arcfour ,
351.Dq blowfish-cbc , 352.Dq blowfish-cbc ,
353.Dq cast128-cbc ,
352and 354and
353.Dq cast128-cbc . 355.Dq chacha20-poly1305@openssh.com .
356.Pp
354The default is: 357The default is:
358.Pp
355.Bd -literal -offset 3n 359.Bd -literal -offset 3n
356aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, 360aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
357aes128-gcm@openssh.com,aes256-gcm@openssh.com, 361aes128-gcm@openssh.com,aes256-gcm@openssh.com,
362chacha20-poly1305@openssh.com,
358aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, 363aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
359aes256-cbc,arcfour 364aes256-cbc,arcfour
360.Ed 365.Ed
366.Pp
367The list of available ciphers may also be obtained using the
368.Fl Q
369option of
370.Xr ssh 1 .
361.It Cm ClientAliveCountMax 371.It Cm ClientAliveCountMax
362Sets the number of client alive messages (see below) which may be 372Sets the number of client alive messages (see below) which may be
363sent without 373sent without