If you connect to the server via ssh, it will directly report Connection closed
It’s been working fine for 2 months...what’s going on
PHP中文网2017-06-17 09:18:36
Check whether the ssh service is enabled directly on the physical machine
service sshd status
Or use the telnet command to check whether the ssh port is open
telnet <host> <port>