| Summary: | Disabling ChallengeResponseAuthentication also disables KbdInteractiveAuthentication | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Max Bowsher <maxb> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | dtucker |
| Priority: | P2 | ||
| Version: | 5.8p2 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Max Bowsher
2011-07-31 06:18:23 AEST
OpenSSH 8.7 fixed this by removing the distinction between the two, they're now equivalent (with ChallengeResponseAuthentication being the deprecated alias). From https://www.openssh.com/releasenotes.html#8.7 * ssh(1)/sshd(8): remove references to ChallengeResponseAuthentication in favour of KbdInteractiveAuthentication. The former is what was in SSHv1, the latter is what is in SSHv2 (RFC4256) and they were treated as somewhat but not entirely equivalent. We retain the old name as a deprecated alias so configuration files continue to work as well as a reference in the man page for people looking for it. bz#3303 Thanks for the report. closing bugs resolved before openssh-8.9 |