keyboard-interactive and first password
With new openssh versions (3.7.1p1 or newer) with PAM you need to use
UsePAM yes
#ChallengeResponseAuthentication yes
PasswordAuthentication no
This has the side effect that the first password supplied to WinSCP (3.5.5 tested) login page is ignored. You need to supply the correct pasword to separate window for "keyboard-interactive" login. With putty there isn't such a problem as the first password requested is supplied to keyboard-interactive system.
Could winscp be changed to offer the login page password to first "keyboard-interactive" window.
UsePAM yes
#ChallengeResponseAuthentication yes
PasswordAuthentication no
This has the side effect that the first password supplied to WinSCP (3.5.5 tested) login page is ignored. You need to supply the correct pasword to separate window for "keyboard-interactive" login. With putty there isn't such a problem as the first password requested is supplied to keyboard-interactive system.
Could winscp be changed to offer the login page password to first "keyboard-interactive" window.