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 solu
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
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 logi
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 director
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
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
--