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.
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
nmap --script ssh2-enum-algos -sV -Pn -p 22
-
- Site Admin
- Posts: 2094
- Joined: Tue Sep 29, 2009 6:09 am
Re: nmap --script ssh2-enum-algos -sV -Pn -p 22
OK, you may stop the WingFTP service and modify the file "Data/settings.xml" manually, just modify the field "<SFTPHostKey>".