我正在使用secureCRT ssh 到基于Linux 的服务器。
我使用“屏幕”命令来保持我的会话活跃。
但是当我使用两台 PC 时事情变得很奇怪,好吧,场景如下:
在 PC-A 上,启动一个名为“test”的新屏幕会话;
在 PC-B 上,键入 screen -D -r test
希望,我希望看到“测试”会话在 PC-A 上分离,然后重新连接到 PC-B。
这行得通,但是当 PC-A 被 PC-B 远程分离时,PC-A 失去了与服务器的连接。
只需重新连接就可以了,当然,但我仍然想知道为什么 PC-A 失去了连接。
这是PC-A的命令日志
[@PC-A ~]$ screen
[remote power detached]
Screen session of test
ended.
Press Ctrl+C to cancel or Enter to reconnect immediately.
Reconnecting in 1 seconds...
Last login: Fri Mar 8 21:16:50 2013 from 10.129.215.167
[@PC-A ~]$ _
这是我的 .screenrc 文件:
#se the startup message
startup_message off
term xterm
##set a biger buffer
defscrollback 4096
#statusbar
hardstatus alwayslastline
shell zsh
shelltitle "$|zsh"
hardstatus alwayslastline "%{=b}%{Y}%-w%{.BW}%10>%n*%t%{-}%+w%< %=%{kG}(F5)New (F6)Kill (F7)Rename (F8)Next %C%A %D, %Y-%m-%d "
vbell off
## w to show the window list
bind w windowlist -b
bind ^w windowlist -b
##initial apps to run
screen
select 0
attrcolor u "-u B"
sessionname test
autodetach off
#shot-key bindings
bindkey -k k5 screen
bindkey -k k6 kill
bindkey -k k7 title
bindkey -k k8 next