1 kikyous 2014-12-22 16:50:17 +08:00 via Android 这不是iterm的事 |
![]() | 2 EPr2hh6LADQWqRVH 2014-12-22 16:51:17 +08:00 是ISP切断的,无解 |
![]() | 3 shibo501c 2014-12-22 16:53:34 +08:00 断网了就不行了,如果是关闭tab的话,重新打开快速连接的话,可以设置ssh/config cat ~/.ssh/config Host * ControlMaster auto ControlPath ~/.ssh/%h-%p-%r ControlPersist yes |
![]() | 4 pinepara 2014-12-22 16:56:50 +08:00 mosh |
5 JoeyChan OP 谢谢几位解答,我意思不是指isp切断的问题,是ssh空闲断开的问题,securecrt有个send protocol no-op的功能,我是想实现同样的功能,还有就是,如果真的断线让它自动重连。 |
![]() | 6 tftk 2014-12-22 17:17:39 +08:00 tmux 用了不想停。 |
![]() | 7 ernest 2014-12-22 17:18:53 +08:00 tmux 根本停不下来 |
![]() | 8 Csineneo 2014-12-22 17:25:49 +08:00 ![]() profiles -> sessions -> When idel, send ASCII code |
![]() | 10 tonghuashuai 2014-12-22 17:47:42 +08:00 tmux +1 |
11 Weeek 2015-11-10 11:40:37 +08:00 在客户端的 ~/.ssh/ 文件夹中添加 config 文件,并添加配置: ServerAliveInterval 60 http://www.cnblogs.com/dudu/archive/2013/02/07/ssh-write-failed-broken-pipe.html |