diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-09-22 19:55:13 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-09-23 21:39:37 +0200 |
commit | 16277fc45ffc95e4ffc3d45971ff8320b974de2b (patch) | |
tree | ed55a4c8a34cb0b37a8d2471c58a3ab7c0e8b641 /sshd_config.5 | |
parent | upstream commit (diff) | |
download | openssh-16277fc45ffc95e4ffc3d45971ff8320b974de2b.tar.xz openssh-16277fc45ffc95e4ffc3d45971ff8320b974de2b.zip |
upstream commit
mention curve25519-sha256 KEX
Upstream-ID: 33ae1f433ce4795ffa6203761fbdf86e0d7ffbaf
Diffstat (limited to '')
-rw-r--r-- | sshd_config.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index dd94b4801..6c30f7084 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.233 2016/09/21 01:34:45 djm Exp $ -.Dd $Mdocdate: September 21 2016 $ +.\" $OpenBSD: sshd_config.5,v 1.234 2016/09/22 17:55:13 djm Exp $ +.Dd $Mdocdate: September 22 2016 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -873,6 +873,8 @@ The supported algorithms are: .Pp .Bl -item -compact -offset indent .It +curve25519-sha256 +.It curve25519-sha256@libssh.org .It diffie-hellman-group1-sha1 @@ -892,7 +894,7 @@ ecdh-sha2-nistp521 .Pp The default is: .Bd -literal -offset indent -curve25519-sha256@libssh.org, +curve25519-sha256,curve25519-sha256@libssh.org, ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, diffie-hellman-group-exchange-sha256, diffie-hellman-group14-sha1 |