[Tutor] Remote processes

Kent Johnson kent_johnson at skillsoft.com
Mon Aug 23 22:05:23 CEST 2004


Bernard,

Can you use telnet or SSH to do what you want? There are Python wrappers 
for both...
telnet:
http://docs.python.org/lib/module-telnetlib.html

SSH:
http://www.lag.net/~robey/paramiko/
http://pyssh.sourceforge.net/
http://www.python.org/pypi?:action=display&name=cryptlib_py&version=6

If not one of these, is there some other protocol already available to 
control the remote servers?

Kent

At 07:35 PM 8/20/2004 +0200, Bernard Lebel wrote:
>Hello,
>
>Is there any way to launch and kill processes on remote computers using
>Python? I'd like to build an utility to do just that (to control my
>renderfarm).
>
>The only I found so far is os.path.spawn*( ), wich create a local process.
>
>
>Thanks
>Bernard
>
>_______________________________________________
>Tutor maillist  -  Tutor at python.org
>http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list