帮助!运行“shutdown -h now”后被服务器锁定

Jil*_*nig 0 server ssh reboot shutdown

运行shutdown -h now. 现在,当我再次尝试通过 ssh 进入服务器时,错误消息是

OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/Jillian/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 102: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 159.203.165.140 [159.203.165.140] port 22.
debug1: connect to address 159.203.165.140 port 22: Operation timed out
ssh: connect to host 159.203.165.140 port 22: Operation timed out
Run Code Online (Sandbox Code Playgroud)

怎么回到服务器??任何想法表示赞赏。

nic*_*ico 5

按服务器上的电源按钮“shutdown -h now”关闭服务器,如暂停而不是重新启动。我认为您想要“立即关闭 -r”

  • 找人帮你重启。已经关了。没有其他选择。 (3认同)
  • 下次您可以使用 `reboot` 命令来避免意外使用错误的 `shutdown` 参数。 (2认同)