使用screen, ssh在ssh上附加屏幕
Hujiuxiang
・1 分钟阅读
在ssh上附加屏幕
ssh -t remote_host screen -r
直接附加远程屏幕会话(保存无用的父bash进程)