diff options
author | Damien Miller <djm@mindrot.org> | 2013-11-04 08:55:43 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-11-04 08:55:43 +1100 |
commit | 0bd8f1519d51af8d4229be81e8f2f4903a1d440b (patch) | |
tree | e61b058cda8d5ba4ccbc3361a4a21fafcb53efdb | |
parent | 4c3ba0767fbe4a8a2a748df4035aaf86651f6b30 (diff) |
- markus@cvs.openbsd.org 2013/11/02 22:39:19
[ssh_config.5 sshd_config.5]
the default kex is now curve25519-sha256@libssh.org
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh_config.5 | 5 | ||||
-rw-r--r-- | sshd_config.5 | 5 |
3 files changed, 9 insertions, 4 deletions
@@ -17,6 +17,9 @@ | |||
17 | - markus@cvs.openbsd.org 2013/11/02 22:34:01 | 17 | - markus@cvs.openbsd.org 2013/11/02 22:34:01 |
18 | [auth-options.c] | 18 | [auth-options.c] |
19 | no need to include monitor_wrap.h and ssh-gss.h | 19 | no need to include monitor_wrap.h and ssh-gss.h |
20 | - markus@cvs.openbsd.org 2013/11/02 22:39:19 | ||
21 | [ssh_config.5 sshd_config.5] | ||
22 | the default kex is now curve25519-sha256@libssh.org | ||
20 | 23 | ||
21 | 20131103 | 24 | 20131103 |
22 | - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep. | 25 | - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep. |
diff --git a/ssh_config.5 b/ssh_config.5 index 3ef494618..8809568a6 100644 --- a/ssh_config.5 +++ b/ssh_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: ssh_config.5,v 1.178 2013/10/24 00:51:48 dtucker Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.179 2013/11/02 22:39:19 markus Exp $ |
37 | .Dd $Mdocdate: October 24 2013 $ | 37 | .Dd $Mdocdate: November 2 2013 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -873,6 +873,7 @@ Specifies the available KEX (Key Exchange) algorithms. | |||
873 | Multiple algorithms must be comma-separated. | 873 | Multiple algorithms must be comma-separated. |
874 | The default is: | 874 | The default is: |
875 | .Bd -literal -offset indent | 875 | .Bd -literal -offset indent |
876 | curve25519-sha256@libssh.org, | ||
876 | ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, | 877 | ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, |
877 | diffie-hellman-group-exchange-sha256, | 878 | diffie-hellman-group-exchange-sha256, |
878 | diffie-hellman-group-exchange-sha1, | 879 | diffie-hellman-group-exchange-sha1, |
diff --git a/sshd_config.5 b/sshd_config.5 index bcfcc9c32..02c45a7df 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.165 2013/10/29 18:49:32 jmc Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.166 2013/11/02 22:39:19 markus Exp $ |
37 | .Dd $Mdocdate: October 29 2013 $ | 37 | .Dd $Mdocdate: November 2 2013 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -651,6 +651,7 @@ The default is | |||
651 | Specifies the available KEX (Key Exchange) algorithms. | 651 | Specifies the available KEX (Key Exchange) algorithms. |
652 | Multiple algorithms must be comma-separated. | 652 | Multiple algorithms must be comma-separated. |
653 | The default is | 653 | The default is |
654 | .Dq curve25519-sha256@libssh.org , | ||
654 | .Dq ecdh-sha2-nistp256 , | 655 | .Dq ecdh-sha2-nistp256 , |
655 | .Dq ecdh-sha2-nistp384 , | 656 | .Dq ecdh-sha2-nistp384 , |
656 | .Dq ecdh-sha2-nistp521 , | 657 | .Dq ecdh-sha2-nistp521 , |