Skip to content

Commit a9f23ea

Browse files
naddy@openbsd.orgdjmdjm
authored andcommitted
upstream: ssh: document [email protected] as
default KEX OpenBSD-Commit-ID: 12545bfa10bcbf552d04d9d9520d0f4e98b0e171
1 parent 9ec2713 commit a9f23ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ssh_config.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3434
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535
.\"
36-
.\" $OpenBSD: ssh_config.5,v 1.370 2022/03/31 17:27:27 naddy Exp $
36+
.\" $OpenBSD: ssh_config.5,v 1.371 2022/03/31 17:58:44 naddy Exp $
3737
.Dd $Mdocdate: March 31 2022 $
3838
.Dt SSH_CONFIG 5
3939
.Os
@@ -1165,9 +1165,9 @@ character, then the specified algorithms will be placed at the head of the
11651165
default set.
11661166
The default is:
11671167
.Bd -literal -offset indent
1168+
11681169
curve25519-sha256,[email protected],
11691170
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
1170-
11711171
diffie-hellman-group-exchange-sha256,
11721172
diffie-hellman-group16-sha512,
11731173
diffie-hellman-group18-sha512,

sshd_config.5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3434
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535
.\"
36-
.\" $OpenBSD: sshd_config.5,v 1.339 2021/12/04 00:05:39 naddy Exp $
37-
.Dd $Mdocdate: December 4 2021 $
36+
.\" $OpenBSD: sshd_config.5,v 1.340 2022/03/31 17:58:44 naddy Exp $
37+
.Dd $Mdocdate: March 31 2022 $
3838
.Dt SSHD_CONFIG 5
3939
.Os
4040
.Sh NAME
@@ -961,9 +961,9 @@ [email protected]
961961
.Pp
962962
The default is:
963963
.Bd -literal -offset indent
964+
964965
curve25519-sha256,[email protected],
965966
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
966-
967967
diffie-hellman-group-exchange-sha256,
968968
diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,
969969
diffie-hellman-group14-sha256

0 commit comments

Comments
 (0)