我在 Windows 控制台中运行以下命令:
"C:\Putty\putty.exe" -load "mySavedSession1" -m C:\somePath\localScript.txt -v
localScript.txt内容:
/somePath/update-new-ver.sh
远程机器是 Ubuntu,我想用 putty 运行远程脚本。如果我/somePath/update-new-ver.sh
在远程命令框的 putty GUI 中运行它,它工作正常,但从 Windows 控制台它只是快速打开和关闭 putty,我看不到是否抛出了异常。
- 完成后怎样才能使腻子保持打开状态?
- 我是否以正确的方式运行该远程脚本?
答案1
我认为你可以使用 plink 而不是 putty。使用 plink 时,你不会遇到应用程序关闭太快的问题,因为这是一个控制台应用程序。
更多信息请点击这里: http://the.earth.li/~sgtatham/putty/0.53b/htmldoc/Chapter7.html