Actions
Bug #6963
closedSSH Keyboard-Interactive Authentication fails on 2.3.2/2.4
Status:
Resolved
Priority:
Normal
Assignee:
Category:
User Manager / Privileges
Target version:
Start date:
11/25/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.3
Affected Architecture:
All
Description
The ssh authentication "keyboard-interactive" method fails on 2.3.2 and 2.4
This is due to the use of UsePAM no
globally in sshd_config
keyboard-interactive is more secure than plain password authentication and is preferable for environments where using only key-based authentication is impractical.
Moving UsePAM no
to the code block for key-based only auth works for both cases and has the intended net effect.
To me, I have a commit pending.
Updated by Jim Pingle almost 8 years ago
- Status changed from New to Feedback
I pushed a fix as stated. Works fine with and without key-based auth. Needs more testing once it hits snaps.
Updated by Jim Pingle almost 8 years ago
- % Done changed from 0 to 100
Applied in changeset b35fc4331ac78f9459db00be04dc6b077f168593.
Updated by Jim Pingle almost 8 years ago
- Target version changed from 2.4.0 to 2.3.3
Updated by Jim Pingle almost 8 years ago
- Affected Version changed from 2.4 to 2.3.3
Actions