📜  退出服务器冻结 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:28.894000             🧑  作者: Mango

代码示例1
closing the shell session, e.g. with exit followed by 
Enter, or Ctrl-d usually allows you to exit the ssh 
session normally,
in the case where you have a bad connection and the 
shell is unresponsive, hit the Enter key, then type ~. 
and ssh should immediately close and return you to your
command prompt.