Hi,
Are these two ip ssh commands related?
If I set "ip ssh dh min size 4096", does it mean kex below DH group 16 (i.e. diffie-hellman-group14-sha1 and diffie-hellman-group14-sha256) won't be allowed when I config "ip ssh server algorithm kex" for ssh connection?
AAA-SW(config)#ip ssh server algorithm kex ?
curve25519-sha256 Curve 25519 key exchange algorithm
curve25519-sha256@libssh.org Curve 25519 key exchange algorithm old name
diffie-hellman-group14-sha1 DH_GRP14_SHA1 diffie-hellman key exchange algorithm
diffie-hellman-group14-sha256 DH_GRP14_SHA256 diffie-hellman key exchange algorithm
diffie-hellman-group16-sha512 DH_GRP16_SHA512 diffie-hellman key exchange algorithm
ecdh-sha2-nistp256 ECDH_SHA2_P256 ecdh key exchange algorithm
ecdh-sha2-nistp384 ECDH_SHA2_P384 ecdh key exchange algorithm
ecdh-sha2-nistp521 ECDH_SHA2_P521 ecdh key exchange algorithm
Thanks,
Ken