On Tuesday, 18 August 2015 08:27:33 UTC+5:30, hariramm...@gmail.com wrote:
> execute commands as su on remote server
>
> Postby hariram » Mon Aug 17, 2015 4:02 am
> Needed:
> I need to execute commands after doing su to other user on remote server(not
> sudo which doesn'
Op 18-08-15 om 04:57 schreef harirammanohar...@gmail.com:
> execute commands as su on remote server
>
> Postby hariram » Mon Aug 17, 2015 4:02 am
> Needed:
> I need to execute commands after doing su to other user on remote server(not
> sudo which doesn't require password)
In a message of Tue, 01 Sep 2015 05:16:48 -0700, harirammanohar...@gmail.com wr
ites:
>On Tuesday, 18 August 2015 08:27:33 UTC+5:30, hariramm...@gmail.com wrote:
>> execute commands as su on remote server
>>
>> Postby hariram » Mon Aug 17, 2015 4:02 am
>> Needed:
&g
On Tuesday, 18 August 2015 08:27:33 UTC+5:30, hariramm...@gmail.com wrote:
> execute commands as su on remote server
>
> Postby hariram » Mon Aug 17, 2015 4:02 am
> Needed:
> I need to execute commands after doing su to other user on remote server(not
> sudo which doesn'
In a message of Wed, 19 Aug 2015 10:44:53 +0200, Laura Creighton writes:
>I haven't tried this but fabric looks encouraging:
>
>>From
>>http://docs.fabfile.org/en/latest/api/core/operations.html#fabric.operations.run
>
> fabric.operations.run(*args, **kwargs)
>
>Run a shell command on a remote
I haven't tried this but fabric looks encouraging:
>From
>http://docs.fabfile.org/en/latest/api/core/operations.html#fabric.operations.run
fabric.operations.run(*args, **kwargs)
Run a shell command on a remote host.
...
Any text entered in your local terminal will be forwarded to
On Tuesday, 18 August 2015 08:27:33 UTC+5:30, hariramm...@gmail.com wrote:
> execute commands as su on remote server
>
> Postby hariram » Mon Aug 17, 2015 4:02 am
> Needed:
> I need to execute commands after doing su to other user on remote server(not
> sudo which doesn'
On Tuesday, 18 August 2015 08:27:33 UTC+5:30, hariramm...@gmail.com wrote:
> execute commands as su on remote server
>
> Postby hariram » Mon Aug 17, 2015 4:02 am
> Needed:
> I need to execute commands after doing su to other user on remote server(not
> sudo which doesn'
Hi,
try to use http://www.fabfile.org/
look at:
http://docs.fabfile.org/en/latest/api/core/operations.html
sudo() call has the posibility to change to another user besides root, with:
with settings(sudo_user='mysql'):
sudo("whoami") # prints 'mysql'
El lun., 17 de ago. de 2015 a la(s) 1
On Tue, Aug 18, 2015 at 12:57 PM, wrote:
> I need to execute commands after doing su to other user on remote server(not
> sudo which doesn't require password) how i can achieve this using python?
> I googled and came to know that its not possible, so just for confirmation
> asking again, is it
execute commands as su on remote server
Postby hariram » Mon Aug 17, 2015 4:02 am
Needed:
I need to execute commands after doing su to other user on remote server(not
sudo which doesn't require password) how i can achieve this using python?
I googled and came to know that its not possibl
11 matches
Mail list logo