fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Running a remote command with sudo


From: Rahul Menon
Subject: Re: [Fab-user] Running a remote command with sudo
Date: Wed, 14 Nov 2012 20:44:23 +0530

You can use env.shell = '/bin/bash' or what ever you want to enable this execution.

Rahul

On Wed, Nov 14, 2012 at 7:18 PM, Tim T. <address@hidden> wrote:
Hi,

  Just started using fabric.. Finding it very easy and intuitive so far.

However, I'm getting a bit stuck on the following:

I want to install software remotely, using some python scripting. I can create a user and allow all commands through sudo. However, I don't want to leave this account as an available login for others.

Setting the shell to /sbin/nologin stops the sudo command from executing. Using /bin/false and /bin/true also don't work.

Any suggestions ? This is on RHEL6 by the way.

Thanks,

  TimT.


_______________________________________________
Fab-user mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/fab-user




--
- Rahul


reply via email to

[Prev in Thread] Current Thread [Next in Thread]