fab-user
[Top][All Lists]
Advanced

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

[Fab-user] Run as root without sudo and root ssh disabled


From: Emiliano Vazquez
Subject: [Fab-user] Run as root without sudo and root ssh disabled
Date: Fri, 15 Jun 2018 10:19:12 -0300

Hi guys. I'm stuck on this.

I have some debian boxes without sudo and only my user working.

Today i do this:
1. Login to box as "myuser"
2.  $su -  
3. Ask for the root password (diferent from myuser password)
4. I got root  => #

I can't make it work with fabric. 

sudo('sh /tmp/myscript.sh') did not work

I read about using expect but i don't know if this is the "python way" to do this.

Any hint will be apreciatted

Emiliano




reply via email to

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