View | Details | Raw Unified | Return to bug 2826
Collapse All | Expand All

(-)a/sshd_config.5 (-3 / +8 lines)
Lines 923-928 diffie-hellman-group1-sha1 Link Here
923
.It
923
.It
924
diffie-hellman-group14-sha1
924
diffie-hellman-group14-sha1
925
.It
925
.It
926
diffie-hellman-group14-sha256
927
.It
928
diffie-hellman-group16-sha512
929
.It
930
diffie-hellman-group18-sha512
931
.It
926
diffie-hellman-group-exchange-sha1
932
diffie-hellman-group-exchange-sha1
927
.It
933
.It
928
diffie-hellman-group-exchange-sha256
934
diffie-hellman-group-exchange-sha256
Lines 939-945 The default is: Link Here
939
curve25519-sha256,curve25519-sha256@libssh.org,
945
curve25519-sha256,curve25519-sha256@libssh.org,
940
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
946
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
941
diffie-hellman-group-exchange-sha256,
947
diffie-hellman-group-exchange-sha256,
942
diffie-hellman-group14-sha1
948
diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,
949
diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
943
.Ed
950
.Ed
944
.Pp
951
.Pp
945
The list of available key exchange algorithms may also be obtained using
952
The list of available key exchange algorithms may also be obtained using
946
- 
947
--
948
ssh_config.5 | 3 +++
953
ssh_config.5 | 3 +++
949
1 file changed, 3 insertions(+)
954
1 file changed, 3 insertions(+)
(-)a/ssh_config.5 (-1 / +3 lines)
Lines 1061-1067 The default is: Link Here
1061
curve25519-sha256,curve25519-sha256@libssh.org,
1061
curve25519-sha256,curve25519-sha256@libssh.org,
1062
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
1062
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
1063
diffie-hellman-group-exchange-sha256,
1063
diffie-hellman-group-exchange-sha256,
1064
diffie-hellman-group16-sha512,
1065
diffie-hellman-group18-sha512,
1064
diffie-hellman-group-exchange-sha1,
1066
diffie-hellman-group-exchange-sha1,
1067
diffie-hellman-group14-sha256,
1065
diffie-hellman-group14-sha1
1068
diffie-hellman-group14-sha1
1066
.Ed
1069
.Ed
1067
.Pp
1070
.Pp
1068
- 

Return to bug 2826