2 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
I've fixed it myself, I just restarted the instance and waited a few hours.
answered 4 years ago
Relevant content
- asked a year ago
- asked 3 years ago

When I try using sudo /etc/init.d/sshd restart it says the command isn't found.