summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-02-16 02:40:45 +0000
committerDamien Miller <djm@mindrot.org>2018-02-16 13:42:09 +1100
commit680321f3eb46773883111e234b3c262142ff7c5b (patch)
tree9bd9e59e47b9c4bce5237341de7128a6839dfbea /sshd_config.5
parent88c50a5ae20902715f0fca306bb9c38514f71679 (diff)
upstream: Mention recent DH KEX methods:
diffie-hellman-group14-sha256 diffie-hellman-group16-sha512 diffie-hellman-group18-sha512 From Jakub Jelen via bz#2826 OpenBSD-Commit-ID: 51bf769f06e55447f4bfa7306949e62d2401907a
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.511
1 files changed, 9 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index fd7ab1a24..e3c7c3936 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,7 +33,7 @@
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.262 2018/02/16 02:32:40 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.263 2018/02/16 02:40:45 djm Exp $
37.Dd $Mdocdate: February 16 2018 $ 37.Dd $Mdocdate: February 16 2018 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
@@ -879,6 +879,12 @@ diffie-hellman-group1-sha1
879.It 879.It
880diffie-hellman-group14-sha1 880diffie-hellman-group14-sha1
881.It 881.It
882diffie-hellman-group14-sha256
883.It
884diffie-hellman-group16-sha512
885.It
886diffie-hellman-group18-sha512
887.It
882diffie-hellman-group-exchange-sha1 888diffie-hellman-group-exchange-sha1
883.It 889.It
884diffie-hellman-group-exchange-sha256 890diffie-hellman-group-exchange-sha256
@@ -895,7 +901,8 @@ The default is:
895curve25519-sha256,curve25519-sha256@libssh.org, 901curve25519-sha256,curve25519-sha256@libssh.org,
896ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, 902ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
897diffie-hellman-group-exchange-sha256, 903diffie-hellman-group-exchange-sha256,
898diffie-hellman-group14-sha1 904diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,
905diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
899.Ed 906.Ed
900.Pp 907.Pp
901The list of available key exchange algorithms may also be obtained using 908The list of available key exchange algorithms may also be obtained using