What's new in OpenSSH 6.2
What's new in OpenSSH 6.2
Posted Apr 3, 2013 14:24 UTC (Wed) by nix (subscriber, #2304)Parent article: What's new in OpenSSH 6.2
error: Unknown authentication method "keyboard-interactive:pam" in list
fatal: reprocess config line 105: invalid authentication method list.
which seems pretty conclusive.
(FWIW, the undocumented keyword KbdInteractiveAuthentication yes" might also be necessary. It is documented as working in Match blocks but is nowhere else documented. Its default value appears to be 0, which is hard to square with keyboard-interactive authentication apparently working when password auth is turned on. Maybe PAM is a kind of password auth? The difference between password and keyboard-interactive is extremely opaque to me.)
Posted Apr 3, 2013 15:01 UTC (Wed)
by nix (subscriber, #2304)
[Link]
Posted Aug 16, 2013 3:58 UTC (Fri)
by dugsong (guest, #79624)
[Link]
https://github.com/duosecurity/libduo/tree/master/openssh
A similar experience can be achieved using our ForceCommand trick, which doesn't require any sshd changes or root access:
https://blog.duosecurity.com/2011/04/ssh-keys-that-call-y...
But the latter approach doesn't prevent port forwarding before secondary authentication.
What's new in OpenSSH 6.2
What's new in OpenSSH 6.2