2005年06月24日 星期五 12:19
ssh username at host "cd myproject; make" 哈哈,要的就是这个效果啊。怪我自己没有细读man。 谢谢。 -----Original Message----- From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Qiangning Hong Sent: Friday, June 24, 2005 11:46 AM To: python-chinese at lists.python.cn Subject: Re: [python-chinese] 哪里有ssh方面的资料? lifr wrote: > 其实这只是一个测试程序,就像一个登陆robot。它的要求非常简单,就是 > login/logout。 登录上去总要干些事吧?总不能进去就是为了出来,像这样: ssh username at host exit > 我开始想,最好shell+ssh命令能做这样的事情,但ssh好像必须要一个 terminal, > 在程序环境无法执行。 什么叫“必须要一个terminal”?terminal是用来提供输入输出的,如果你要做的 事 情必须要人干预,那当然需要一个终端,如果不需要干预,就不需要。 比如,去远程机器上编译一个工程: ssh username at host "cd myproject; make" > 然后我才想用python(杀鸡用牛刀)。 用python也行,直接使用os.system或者popen或者subprocess就挺好。 > > 谢谢各位。 > -- Qiangning Hong ____________________________________________________________ ( He who is in love with himself has at least this advantage ) ( -- he won't encounter many rivals. ) ( ) ( -- Georg Lichtenberg, "Aphorisms" ) ------------------------------------------------------------ o ^__^ o (OO)\_______ (__)\ )\/\ ||--WWW | || || _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号