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

Please post here if you have problems in using Wing FTP Server.
Post Reply
buffalix
Posts: 1
Joined: Thu Apr 11, 2024 1:04 pm

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

Post 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
FTP
Site Admin
Posts: 2080
Joined: Tue Sep 29, 2009 6:09 am

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

Post by FTP »

OK, you may stop the WingFTP service and modify the file "Data/settings.xml" manually, just modify the field "<SFTPHostKey>".
Post Reply