What's new in OpenSSH 6.2
What's new in OpenSSH 6.2
Posted Apr 3, 2013 15:01 UTC (Wed) by nix (subscriber, #2304)In reply to: What's new in OpenSSH 6.2 by nix
Parent article: What's new in OpenSSH 6.2
OK. On further investigation, if you are using PAM, then the password authentication method will always use it -- but if you're using keyboard-interactive, then (as the default config file somewhat confusingly suggests, without mentioning keyboard-interactive at all) PAM's account and session checks will run but PAM will not be given the opportunity to actually ask you for a password. The advantage of all this over turning on PasswordAuthentication is... somewhat opaque to me. I guess keyboard-interactive can be used for more intricate protocols, but none appear to exist other than S/Key yet, and it doesn't seem likely that many will be added as long as PAM exists, since PAM is useful for lots of non-ssh uses as well.