Bug #13297
Fails with PasswordAuthentication no but ChallengeResponseAuthenication yes
Pull request:
Fixed in Releases:
Found in Releases:
Description
Using ssh finish scripts with the above setup fails with "invalid password". Enabling "keyboard-interactive" in net/ssh as well makes the login succeed.
Associated revisions
fixes #13297 - ssh_provision: try keyboard-interactive as well
With password auth try keyboard-interactive as well since (non PAM
based) password authentication might be disabled in sshd_config (as e.g.
on SLES12).
History
#1
Updated by Dominic Cleal over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Guido Günther
- Legacy Backlogs Release (now unused) set to 123
#2
Updated by Guido Günther over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d546fd0a9d078a82f410613ba5f85eab1dde776b.
fixes #13297 - ssh_provision: try keyboard-interactive as well
With password auth try keyboard-interactive as well since (non PAM
based) password authentication might be disabled in sshd_config (as e.g.
on SLES12).