Bug 150485

Summary: keyboard-interactive authentication fails
Product: Red Hat Enterprise Linux 3 Reporter: Bill Peck <bpeck>
Component: opensshAssignee: Tomas Mraz <tmraz>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-07 17:34:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Peck 2005-03-07 16:24:22 UTC
Description of problem:
ssh into host with keyboard-interactive enabled and it will fail with permision
denied.

Version-Release number of selected component (if applicable):
openssh-server-3.6.1p2-33.30.4.i386

How reproducible:
everytime

Steps to Reproduce:
1.ssh -o PreferredAuthentications=keyboard-interactive root.redhat.com

Warning: Permanently added 'bender.test.redhat.com' (RSA) to the list of known
hosts.
Permission denied (publickey,password,keyboard-interactive).

Comment 1 Tomas Mraz 2005-03-07 17:34:53 UTC
For the keyboard-interactive authentication with openssh-server version 3.6.1p2
to work it's necessary to have these options in the sshd_config file:

PAMAuthenticationViaKbdInt yes
UsePrivilegeSeparation no