Hi Jens,

IIRC, it should always fall back to re-prompting if the cached
password fails. It also caches passwords per server in most
situations, so if I understand you correctly (each server has its own
password, but this password is persistent and not changing during the
Fabric run?) that should be useful if you ever switch back to a
previously connected-to host (using execute() or manipulating
env.host_string.)

Best,
Jeff

On Tue, Feb 11, 2014 at 2:11 AM, Jens Rantil <jens.ran...@gmail.com> wrote:
> Hi,
>
> I am looking into using one-time passwords for some security critical
> machines. Will Fabric ask me for my password for every machine it can't
> connect to (which is what I want)? Or will it fail after first failed
> connect (after giving Fabric my first one-time-password)?
>
> Thanks,
> Jens
>
> _______________________________________________
> Fab-user mailing list
> Fab-user@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/fab-user
>



-- 
Jeff Forcier
Unix sysadmin; Python/Ruby engineer
http://bitprophet.org

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

Reply via email to