Re: Switching user in a SSH connection

2009-01-05 Thread Shah Alam
On Jan 2, 2:22 pm, Tino Wildenhain wrote: > Shah Sultan Alam wrote: > > Hi Group, > >  I am trying to connect to a Linux maching using paramiko. > >  and able to run a command like "ls -l" > > >  Now I want to switch user being in the connection ( eg running > > something like "su -" ) > > > Will

Re: Switching user in a SSH connection

2009-01-02 Thread Tino Wildenhain
Shah Sultan Alam wrote: Hi Group, I am trying to connect to a Linux maching using paramiko. and able to run a command like "ls -l" Now I want to switch user being in the connection ( eg running something like "su -" ) Will you please let me know how to do that. You would for example run su

Switching user in a SSH connection

2009-01-01 Thread Shah Sultan Alam
Hi Group, I am trying to connect to a Linux maching using paramiko. and able to run a command like "ls -l" Now I want to switch user being in the connection ( eg running something like "su -" ) Will you please let me know how to do that. Regds Shah -- http://mail.python.org/mailman/listinfo/p