<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>OpenSSH 3.4p1 hostbased authentication</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">We want to use Hostbased Authentication in OpenSSH 3.4p1 completely based on rhosts or shosts. Don't want to have any keys exchange between server and client.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Created /etc/ssh/sshd_config on OpenSSH server with:</FONT>
<BR><FONT SIZE=2 FACE="Arial">RhostsAuthentication yes</FONT>
<BR><FONT SIZE=2 FACE="Arial">IgnoreRhosts no</FONT>
<BR><FONT SIZE=2 FACE="Arial">HostbasedAuthentication yes</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Created /etc/ssh/ssh_config on client with:</FONT>
<BR><FONT SIZE=2 FACE="Arial">Host *</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp; HostbasedAuthentication yes</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Created /etc/rhosts.equiv, /etc/shosts.equiv, /etc/ssh/shosts.equiv on server with:</FONT>
<BR><FONT SIZE=2 FACE="Arial">&lt;client hostname&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Hostbased authentication is failing giving the following message on client side:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">debug1: authentications that can continue: publickey,password,keyboard-interactive,hostbased</FONT>
<BR><FONT SIZE=2 FACE="Arial">debug1: next auth method to try is hostbased</FONT>
<BR><FONT SIZE=2 FACE="Arial">get_socket_ipaddr: getnameinfo 8 failed</FONT>
<BR><FONT SIZE=2 FACE="Arial">userauth_hostbased: cannot get local ipaddr/name</FONT>
<BR><FONT SIZE=2 FACE="Arial">debug1: next auth method to try is password</FONT>
<BR><FONT SIZE=2 FACE="Arial">root@server01's password: </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">What special settings are to be done to make it work? Please help.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">thanks and regards,</FONT>
<BR><FONT SIZE=2 FACE="Arial">Sreedhar.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">************************************************************************** </FONT>
<BR><FONT SIZE=2 FACE="Arial">This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">**************************************************************************</FONT>
</P>

</BODY>
</HTML>