Network Management
Remove ssh-dss from host key algorithms in SCP/SFTP Server
How to remove support for ssh-dss in the SCP Server?
First published date
Last published date
Overview
Product section
Resolution
- Login to the server where the SCP Server is running.
- Open
SolarWindsSftpServer.exe.configfile (default location:c:\Program Files (x86)\SolarWinds\SFTP & SCP Server\) in a text editor. - Find
<value>rsa,dss</value>and change it to<value>rsa</value>. - Restart the SCP Server service.
- Run a security scanner to verify.