Error message when adding Linux credential on Veeam Console
Error "No suitable authentication method is supported. Supported method "publickey"
Note: Below is for AWS EC2 VM access. We would like to use a password instead of using pem key.
#cd /etc/ssh
#vi sshd_config
Locate PasswordAuthentication no
Change to
PasswordAuthentication yes
Save it.
Restart the ssh service
#systemctl restart ssh
Create a new linux account and add into Veeam Console