Re: open remote terminal

2007-10-23 Thread Fabian Braennstroem
Hi Rafael, Rafael Sachetto wrote: Take a look at this documentation: http://pexpect.sourceforge.net/pxssh.html thanks for the link, but it actually looks to me almost like my little example... I somehow don't get it!? Any more hints? Fabian pexpect would be the usual solution, I

Re: open remote terminal

2007-10-20 Thread Fabian Braennstroem
Hi Steve, Steve Holden wrote: Fabian Braennstroem wrote: Hi, I would like to use python to start an terminal, e.g. xterm, and login on a remote machine using rsh or ssh. This could be done using 'xterm -e ssh machine', but after the login I would like to jump to a given directory. Does

Re: open remote terminal

2007-10-20 Thread Fabian Braennstroem
Fabian Braennstroem wrote: Hi Steve, Steve Holden wrote: Fabian Braennstroem wrote: Hi, I would like to use python to start an terminal, e.g. xterm, and login on a remote machine using rsh or ssh. This could be done using 'xterm -e ssh machine', but after the login I would like to

Re: open remote terminal

2007-10-20 Thread Rafael Sachetto
Take a look at this documentation: http://pexpect.sourceforge.net/pxssh.html On 10/20/07, Fabian Braennstroem [EMAIL PROTECTED] wrote: Fabian Braennstroem wrote: Hi Steve, Steve Holden wrote: Fabian Braennstroem wrote: Hi, I would like to use python to start an terminal, e.g.

Re: open remote terminal

2007-10-18 Thread Steve Holden
Fabian Braennstroem wrote: Hi, I would like to use python to start an terminal, e.g. xterm, and login on a remote machine using rsh or ssh. This could be done using 'xterm -e ssh machine', but after the login I would like to jump to a given directory. Does anyone have an idea how to do this

open remote terminal

2007-10-17 Thread Fabian Braennstroem
Hi, I would like to use python to start an terminal, e.g. xterm, and login on a remote machine using rsh or ssh. This could be done using 'xterm -e ssh machine', but after the login I would like to jump to a given directory. Does anyone have an idea how to do this with python? Regards! Fabian