Connect to server via SSH2 [closed]
- by SaulTigh
I'm using http://www.hetzner.de/en/.
They send me something like that:
Your Hetzner-Server is now active. Thank you for choosing Hetzner Online as your Web Hosting partner.
You can access your server immediately via SSH2, using following details:
IP-Address: *.*.*.*
Login: "login"
Password: "password"
So, I'm trying to connect to this server in this way:
ssh login@*.*.*.*
Then I input my password, but it gives an error "permission denied".
Can anyone tel me why and how can I fix this?