fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] sudo getting stuck


From: Philip Jacob
Subject: Re: [Fab-user] sudo getting stuck
Date: Mon, 13 Oct 2008 15:32:57 -0400

On Oct 13, 2008, at 2:57 PM, Christian Vest Hansen wrote:

prompt. So you either need to tell it the password by
set(fab_password="secret") - which can also be done in ~/.fabric - or

Very helpful. That works fine. Here's my code, in case anybody finds it useful:

        import readline
        from getpass import getpass
        mypass = getpass("Enter your password: ")
        set(fab_password = mypass)

phil.




reply via email to

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