summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh_config.57
-rw-r--r--sshd_config.511
2 files changed, 14 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 27c649fab..a128e4f0e 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.265 2018/02/10 09:03:54 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.266 2018/02/16 02:40:45 djm Exp $
37.Dd $Mdocdate: February 10 2018 $ 37.Dd $Mdocdate: February 16 2018 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1015,7 +1015,10 @@ The default is:
1015curve25519-sha256,curve25519-sha256@libssh.org, 1015curve25519-sha256,curve25519-sha256@libssh.org,
1016ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, 1016ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
1017diffie-hellman-group-exchange-sha256, 1017diffie-hellman-group-exchange-sha256,
1018diffie-hellman-group16-sha512,
1019diffie-hellman-group18-sha512,
1018diffie-hellman-group-exchange-sha1, 1020diffie-hellman-group-exchange-sha1,
1021diffie-hellman-group14-sha256,
1019diffie-hellman-group14-sha1 1022diffie-hellman-group14-sha1
1020.Ed 1023.Ed
1021.Pp 1024.Pp
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