Unable to login to Azure server after changing the password
I am using username & password mechanism to log in to my Ubuntu server on Azure, After changing the password now I am unable to login. It's giving me the following error
Password authentication is disabled to avoid man-in-the-middle attacks.
Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks.
Agent forwarding is disabled to avoid man-in-the-middle attacks.
[email protected]: Permission denied (publickey,password).
1 Answer
6 years ago by Eleven
Clear the host entries from ~/.ssh/known_hosts and retry.
6 years ago by Karthik Divi