I can't access the server using ssh user@IP with the right password i get access denied even though the sshd config is set correctly i restarted it reloaded nothing worked. I generated an rsa key over one machine the only one that can access the server anny suggestions
Asked
Active
Viewed 1,619 times
2 Answers
2
Check /etc/ssh/sshd_config on the server, maybe there are some Match Address rule or your user is not allowed to login from ssh. Check messages with ssh -vv user@IP for some hint. If you cannot reach the password prompt, check firewall rules.
Best regards

Khar
- 21
- 3