Bug 150485 - keyboard-interactive authentication fails
Summary: keyboard-interactive authentication fails
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: openssh
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-07 16:24 UTC by Bill Peck
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-07 17:34:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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



Note You need to log in before you can comment on or make changes to this bug.