Password correct but not accepted

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.1.40.1
How are you able to access your server: The webadmin

Describe your issue

Hi @ll, I’m really lost in doubt of myself.
I want to establish a connection from my Win10 Client to the yunohost via SSH.
I used
ssh https://{servername}.nohost.me/{Root-Admin}@{servername}.nohost.me
an are asked for password.
I did not “forget” my PW, but the answer is always: “Permission denied, please try again.”
??How to get in for administer remotely??
I am now really desperate.

Share relevant logs or error messages

not necessary

You ssh user@hostname -p port

ssh answered: Bad port ‘port’

The word port was a placeholder for a number, in case you’re using non-standard SSH port. If the service is running on default port 22 just drop the whole -p part.

The command to use (with your placeholders) would be

ssh {Root-Admin}@{servername}.nohost.me

Thank you SO much. I’m in (in my own account as admin with MY pw.

1 Like