Page 1 of 1

nmap --script ssh2-enum-algos -sV -Pn -p 22

Posted: Thu Apr 11, 2024 1:09 pm
by buffalix
It looks our client and wingftp can not agree with the hostkey algorithm. But I could not find a place in wingftp server to specify host key algorithm.
Image

my sftp client
server_host_key_algorithms: (2)
| ssh-rsa
| ssh-dss


wingftp server
server_host_key_algorithms: (3)
| rsa-sha2-512
| rsa-sha2-256
| ecdsa-sha2-nistp256

Re: nmap --script ssh2-enum-algos -sV -Pn -p 22

Posted: Thu Apr 11, 2024 4:03 pm
by FTP
OK, you may stop the WingFTP service and modify the file "Data/settings.xml" manually, just modify the field "<SFTPHostKey>".