[Fab-user] Password handling, Fabric 0.9.2

2010-09-12 Thread mohit chawla
Hi, The password argument it seems is disregarded on successive runs after an initial run. fab -H host-foo -p correct-password works as expected. But after that first execution, fab -H host-foo -p any-random-string also works. So although it is probably intended to set the environment with

Re: [Fab-user] Password handling, Fabric 0.9.2

2010-09-12 Thread Jeff Forcier
Hi Mohit, If you mean that the password is cached between successive invocations of the command-line fab tool, that's definitely not the case. You may be experiencing something on the remote end, such as sudo auth caching, which in my experience is often on by default. Your implication below