Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Fabric - Run method is not being finished
Post: RE: Fabric - Run method is not being finished

So far i've this: So far i've this: sudopass = Responder(pattern=r'Password:', response='admin__password\n') def su(connection, command) -> int: return connection.run(f"su -c '{command}'",...
mglowinski93 General Coding Help 3 3,666 Dec-29-2018, 10:45 AM
    Thread: Fabric - Run method is not being finished
Post: RE: Fabric - Run method is not being finished

No no, it was logged properly for sure. I can see that after sending "su" command it is now in /home/dssadmin directory as it should be after successful loggin. Sorry, i should mention that in my post...
mglowinski93 General Coding Help 3 3,666 Dec-28-2018, 06:22 PM
    Thread: Fabric - Run method is not being finished
Post: Fabric - Run method is not being finished

Hi There, I've prepared a piece of code, which intention is to log as a root user. I can't use "sudo" method because that is not existing on the system that i want to control and logging directly as "...
mglowinski93 General Coding Help 3 3,666 Dec-28-2018, 05:57 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020