小弟想請問大家
是否有可能在win7底下使用putty連線遠端server
把遠端 detached 中的 screen 呼叫到前景來
並且繼續執行不中斷連線
Ex 遠端IP : 192.168.1.100 有一名稱為server的screen
小弟目前用 批次檔內容如下
putty -ssh 192.168.1.100 -l user -m command.txt
command.txt內容如下
screen -r server
目前會碰到的問題就是putty會在執行完command.txt中的命令後自動斷線
想請問各位大大是否有辦法可以解決此問題
--
是否有可能在win7底下使用putty連線遠端server
把遠端 detached 中的 screen 呼叫到前景來
並且繼續執行不中斷連線
Ex 遠端IP : 192.168.1.100 有一名稱為server的screen
小弟目前用 批次檔內容如下
putty -ssh 192.168.1.100 -l user -m command.txt
command.txt內容如下
screen -r server
目前會碰到的問題就是putty會在執行完command.txt中的命令後自動斷線
想請問各位大大是否有辦法可以解決此問題
--
All Comments