>>how many does a bunch mean ?

close to 7

I tried a native linux way  with ssh -t user1@host "sudo su -l user2" to
connect to the host directly as user2 but still it fails to execute the
command


Regards,
Davidsanthosh L


On Thu, Nov 15, 2012 at 10:10 PM, satyaakam goswami <[email protected]>wrote:

> On Thu, Nov 15, 2012 at 5:19 PM, davidsnt <[email protected]> wrote:
>
> > Hello Team,
> >
> > I have a bunch of servers where I have to login as user1 and then sudo as
> > super user and again change to user2 and execute a bunch of commands, can
> > you guys help with any thought how can I get this done in python.
> >
>
> how many does a bunch mean ?
>
>
> > 4. Logout
> >
> > I cannot login as user2 over ssh, it is not enabled.
> >
>
> this use case can  be done in native python or if you do not want to take
> care of the nitty gritties you can take a look at
> http://code.google.com/p/sshpt/ , write shell scripts around it to get it
> done , this tool again is written using  python , there are other tools
> depending on the complexity .
>
> -Satya
> fossevents.in
> _______________________________________________
> BangPypers mailing list
> [email protected]
> http://mail.python.org/mailman/listinfo/bangpypers
>
_______________________________________________
BangPypers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to