![]() |
SSH Remote Login Not Working Anymore!
For several months, I was able to login to my ssh account without any problems. I changed the default port to xxxx (do not want to reveal this port for security reasons).
Anyways, a couple days ago, I restarted my server, and now, I am unable to login to the SSH server. I am 100% sure I am connecting to the right port and ip address. I am also sure that the port is open to connections. I know this because I can go to to a port scanning site and it says that the ssh port is open. I checked the sshd_config settings and the correct port is open. What other settings should I check? |
If you run "netsat -tap", is your sshd daemon listed there, listening on your custom port?
|
it shows the following:
tcp 0 0 *:xxxx <--this is my custom port *:* LISTEN 1928/sshd Is that right? Quote:
|
Does your firewall maybe block that port?
|
To the best of my knowledge, it looks like the port is open and there is no firewall that is blocking that port.
Is there a way for me to verify this? Quote:
|
Quote:
Code:
iptables -L |
PAROLE tcp --anywhere anywhere tcp dpt:ssh
That's not the whole output, but I think this should suffice. Quote:
|
Solved!!
SOLVED. I added the xxxx SSH port to be opened within ISPConfig.
How did this setting get changed? Removed? Destroyed? Does this happen every time the server is restarted? Quote:
|
Quote:
Quote:
|
The reason I said this is because prior to restarting the server, the port was set to xxxx and the firewall for ISPConfig was set to the same port (again, I'm hiding the actual port number for security reasons).
Before restarting the server, I was able to login with no problems. The problem started when I restarted the server. Somehow, ISPConfig lost the firewall settings I set and replaced it with a default firewall setting. Does that make sense? Quote:
|
| All times are GMT +2. The time now is 12:28. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.