I’m unable to access any remote server using SSH. Everything was fine yesterday. I’m not sure what happened. I can do everything else fine, so it’s not a network issue.
I’m really frustrated right now. Any help would be appreciated.
System Info:
I’m unable to access any remote server using SSH. Everything was fine yesterday. I’m not sure what happened. I can do everything else fine, so it’s not a network issue.
I’m really frustrated right now. Any help would be appreciated.
System Info:
Verify Basic Connectivity
Check if the server is online:
ping 50.116.44.209
If there’s no response, the server might be offline.
Confirm SSH Port Accessibility
Test if port 22 is open:
nc -zv 50.116.44.209 22
If it says “Connection timed out,” the server isn’t accepting connections on port 22. Possible reasons:
The SSH service (sshd) isn’t running.
The SSH port was changed in /etc/ssh/sshd_config.
Check Server-Side Issues
If you have console access:
Restart the SSH service:
`systemctl restart sshd`
The issue is not with that particular server. I’m unable to access “any” server using SSH. I tried 4-5 servers already. The issue was fixed a few moments ago, but now it’s occurring again.
Please do not post screen shots of text, use the pre-formatted text feature. It is the </>
button.
I would guess a problem with the network between your system and the servers.
Connection timed out likely means you have a lot of packet loss between systems.
You could try pinging the IP address and see if packets are lost.
Might be worth rebooting you router to the internet to see if that helps.
I tried with newly deployed servers; it seems to be working fine. Now I’m having issues with my Hetzner VPS only. They might’ve blocked my IP as I can connect from another device.