diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2013-11-02 22:39:20 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2013-11-02 22:39:20 +0000 |
commit | 283cc72aa437df0c3868f723a736cbdaa49b5845 (patch) | |
tree | b05a74bf721446a1728f12dc970395921afda503 | |
parent | bd5de7550a69940f21c8270e136472a895d298a6 (diff) |
the default kex is now curve25519-sha256@libssh.org
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 5 | ||||
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 3ef494618f5..8809568a69d 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_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: ssh_config.5,v 1.178 2013/10/24 00:51:48 dtucker Exp $ -.Dd $Mdocdate: October 24 2013 $ +.\" $OpenBSD: ssh_config.5,v 1.179 2013/11/02 22:39:19 markus Exp $ +.Dd $Mdocdate: November 2 2013 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -873,6 +873,7 @@ Specifies the available KEX (Key Exchange) algorithms. Multiple algorithms must be comma-separated. The default is: .Bd -literal -offset indent +curve25519-sha256@libssh.org, ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index ad79892b6b1..fb30345999c 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/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.165 2013/10/29 18:49:32 jmc Exp $ -.Dd $Mdocdate: October 29 2013 $ +.\" $OpenBSD: sshd_config.5,v 1.166 2013/11/02 22:39:19 markus Exp $ +.Dd $Mdocdate: November 2 2013 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -652,6 +652,7 @@ The default is Specifies the available KEX (Key Exchange) algorithms. Multiple algorithms must be comma-separated. The default is +.Dq curve25519-sha256@libssh.org , .Dq ecdh-sha2-nistp256 , .Dq ecdh-sha2-nistp384 , .Dq ecdh-sha2-nistp521 , |