Forums

ssh permission denied despite correct credential

I am not able to connect to ssh using powershell in VS Code to my paid pythonanywhere account.

However, running the same code in MacOS on VS Code could get in the console. <br><br> May I know anyone knows how to get my Windows machine working? <br><br> I have tried using normal cmd with admin access running the same code, it does not work.

The codes that I run:

ssh <username>@ssh.pythonanywhere.com
<username>@ssh.pythonanywhere.com's password:
Permission denied, please try again.

After trying 3 times the connection will be closed. And right now I think I got blocked due to unsuccessful trials.

Try running it with -vvv flag

Thanks for the suggestion, but running with -vvv does not solve the issue. It is still permission denied.

-vvv is to get the meaningful output from ssh. What is it?