mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +00:00
Renames SSH EdDSA key type to be consistent with OpenSSH
This commit is contained in:
@@ -315,7 +315,7 @@ fetch_host_key = function( host, port, key_type )
|
|||||||
algorithm = "ECDSA"
|
algorithm = "ECDSA"
|
||||||
bits = "521"
|
bits = "521"
|
||||||
elseif key_type == 'ssh-ed25519' then
|
elseif key_type == 'ssh-ed25519' then
|
||||||
algorithm = "EdDSA"
|
algorithm = "ED25519"
|
||||||
bits = "256"
|
bits = "256"
|
||||||
else
|
else
|
||||||
stdnse.debug1("Unsupported key type: %s", key_type )
|
stdnse.debug1("Unsupported key type: %s", key_type )
|
||||||
|
|||||||
Reference in New Issue
Block a user