SSH.COM is one of the most trusted brands in cyber security. We help enterprises and agencies solve the security challenges of digital transformation with innovative access management solutions.
To enable password authentication on the client, the
authentication-methods element of the ssh-broker-config.xml
file must contain an authentication-method
element with the name attribute value password:
<authentication-methods> ... <authentication-method name="password" /> </authentication-methods>
Other authentication methods can be listed in the configuration file as well. Place the least interactive method first (password is usually the last one).