Menu

#160 FTP Plugin: Fix accidental SSH account lockout on bad passwd

closed-accepted
None
5
2014-12-16
2013-10-31
No

Whenever you mistype a password (or use an old cached password), JSch tries to attempt logging in 6 succesive times, which may lock your account out from a server that has policies to lock account on bad passwords attempts.

This simple fix instructs JSch to try to login just once, and fail if the saved/mistyped password is wrong.

Discussion

  • Camilo J. Diaz Repka

     
  • Alan Ezust

    Alan Ezust - 2013-10-31
    • assigned_to: nobody --> ezust
     
  • Alan Ezust

    Alan Ezust - 2014-04-26
    • status: open --> closed-accepted
    • Group: --> 4.3
     
  • Alan Ezust

    Alan Ezust - 2014-04-26

    accepted in ftp 1.0.7

     

Log in to post a comment.