Bug 101197 - enabling HostbasedAuthentication breaks ssh
Summary: enabling HostbasedAuthentication breaks ssh
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: 2003-07-29 23:44 UTC by Christopher McCrory
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-04 15:25:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Christopher McCrory 2003-07-29 23:44:44 UTC
Description of problem:

enabling HostbasedAuthentication breaks ssh

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

How reproducible:
always if not using rsa/dsa keys

Steps to Reproduce:
1. install openssh
2. setup hostbasedauth OR
3. setup per user pub/private keys in ~/.ssh
    
Actual results:

[chrismcc@morticia chrismcc]$ slogin abu ls /usr/tmp/
ssh-keysign not enabled in /etc/ssh/ssh_config
ssh_msg_send: write


Expected results:

[chrismcc@morticia chrismcc]$ slogin abu ls /usr/tmp/
ifcfg-eth1
<snip>


Additional info:

same happens with ~/.ssh/id_dsa ~/.ssh/authorized_keys
and serverbased with:
/etc/ssh/shosts.equiv
/etc/ssh/ssh_known_hosts


tested on both Intel and Opteron x86/x86_64 platforms

Comment 1 Christopher McCrory 2003-09-05 00:26:21 UTC
The error message is misleading.
 
NOT work: ssh-keysign yes
    work: enablesshkeysign yes

maybe add a comented out line in the /etc/ssh/ssh_config file with the correct form.





Comment 2 Tomas Mraz 2005-02-04 15:25:51 UTC
It's in the manual page - man ssh_config



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