Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果正在编辑文件,我知道 .swp 可以保留,并且命令的历史记录也不会被写入,但是仅仅终止 shell 而不是干净地退出有什么严重的缺点吗?
从安全角度看,什么都没有。这只是一个连接的问题。如果出现问题,客户端和服务器之间可能存在不一致的连接,其中一个认为另一个已连接,但实际上并非如此。在这种情况下,您必须等待超时。据我所知,您可以强制客户退出
ENTER ~ .
但服务器端我认为你只需要等待。
但是通常情况下,服务器会听到客户端 shell 的关闭。