summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.57
1 files changed, 5 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 0f4aa639d..e7bb0b55f 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.152 2012/12/11 22:31:18 markus Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.153 2013/01/08 18:49:04 markus Exp $
37.Dd $Mdocdate: December 11 2012 $ 37.Dd $Mdocdate: January 8 2013 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -336,6 +336,8 @@ The supported ciphers are
336.Dq aes128-ctr , 336.Dq aes128-ctr ,
337.Dq aes192-ctr , 337.Dq aes192-ctr ,
338.Dq aes256-ctr , 338.Dq aes256-ctr ,
339.Dq aes128-gcm@openssh.com ,
340.Dq aes256-gcm@openssh.com ,
339.Dq arcfour128 , 341.Dq arcfour128 ,
340.Dq arcfour256 , 342.Dq arcfour256 ,
341.Dq arcfour , 343.Dq arcfour ,
@@ -345,6 +347,7 @@ and
345The default is: 347The default is:
346.Bd -literal -offset 3n 348.Bd -literal -offset 3n
347aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, 349aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
350aes128-gcm@openssh.com,aes256-gcm@openssh.com,
348aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, 351aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
349aes256-cbc,arcfour 352aes256-cbc,arcfour
350.Ed 353.Ed