3 Answers
- Newest
- Most votes
- Most comments
0
Hello
I think it may the issue of your network , You can SSH into the machine and the following,
vi /etc/ssh/sshd_config
updated the values
ClientAliveInterval 60
ClientAliveCountMax 3
sudo /etc/init.d/sshd restart
let me know if you still have issues
0
Are you using ubuntu or debian based server?
Try this command:
sudo systemctl restart sshd
and then check the status of SSH daemon with:
sudo systemctl status sshd
it should display green dot and look for any error in the logs. Hope it helps
answered 3 years ago
0
I've fixed it myself, I just restarted the instance and waited a few hours.
answered 3 years ago
Relevant content
- asked 2 years ago
- asked 4 months ago
- Accepted Answerasked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
When I try using sudo /etc/init.d/sshd restart it says the command isn't found.