<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SSH Host based Authentication setup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902862#M70376</link>
    <description>Permission denied.&lt;BR /&gt;&lt;BR /&gt;Check the perms on the $HOME/.ssh/known_hosts file.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 19 May 2005 09:12:25 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2005-05-19T09:12:25Z</dc:date>
    <item>
      <title>SSH Host based Authentication setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902860#M70374</link>
      <description>Folks,&lt;BR /&gt;&lt;BR /&gt;I am trying to set up Host based authentication between two linux boxes (i686-pc-linux-gnu).&lt;BR /&gt;&lt;BR /&gt;I have done the following,&lt;BR /&gt;&lt;BR /&gt;1. Copied the client's hostkey to (/usr/local/etc/ssh_host_rsa_key) the server's&lt;BR /&gt;/usr/local/etc/ssh_known_hosts.&lt;BR /&gt;&lt;BR /&gt;2. Added the client's domain name and username to /.shosts&lt;BR /&gt;&lt;BR /&gt;3. Also to the /etc/hosts.equiv.&lt;BR /&gt;&lt;BR /&gt;The Server and client configurations are correct. ( enabled hostbased authentication related directives in server and Enabled keysign directive in client)&lt;BR /&gt;&lt;BR /&gt;But still I could not succeed with Hostbased authentication.&lt;BR /&gt;&lt;BR /&gt;ssh -l root -o'preferredauthentications=hostbased' -p 2222 ibm&lt;BR /&gt;&lt;BR /&gt;The authenticity of host 'ibm (172.16.1.196)' can't be established.&lt;BR /&gt;RSA key fingerprint is 1f:97:24:d3:0a:b2:74:9d:ff:8f:2f:32:b3:ff:01:94.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;BR /&gt;&lt;BR /&gt;Warning: Permanently added 'ibm,172.16.1.196' (RSA) to the list of known hosts.&lt;BR /&gt;Permission denied (publickey,password,hostbased).&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;Do I miss anything.. Please help.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2005 05:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902860#M70374</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-05-19T05:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Host based Authentication setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902861#M70375</link>
      <description>&lt;BR /&gt;can you attach the output with ssh -vvv&lt;BR /&gt;&lt;BR /&gt;it will give some more insight and easy to diagnoise. also check /var/log/messages and /var/log/secure in the server to find out any thing wrong&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Thu, 19 May 2005 06:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902861#M70375</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-19T06:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Host based Authentication setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902862#M70376</link>
      <description>Permission denied.&lt;BR /&gt;&lt;BR /&gt;Check the perms on the $HOME/.ssh/known_hosts file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2005 09:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902862#M70376</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-19T09:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Host based Authentication setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902863#M70377</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;Here is  the Client Log&lt;BR /&gt;&lt;BR /&gt;ssh -l root -p 2222 -o'preferredauthentications=hostbased' ibm -vvv&lt;BR /&gt;OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003&lt;BR /&gt;debug1: Reading configuration data /usr/local/etc/ssh_config&lt;BR /&gt;debug2: ssh_connect: needpriv 0&lt;BR /&gt;debug1: Connecting to ibm [172.16.1.196] port 2222.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/0&lt;BR /&gt;debug1: identity file /root/.ssh/identity type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9p1&lt;BR /&gt;debug1: match: OpenSSH_3.9p1 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_3.9p1&lt;BR /&gt;debug2: fd 3 setting O_NONBLOCK&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;BR /&gt;debug2: kex_parse_kexinit: ssh-rsa,ssh-dss&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit:&lt;BR /&gt;debug2: kex_parse_kexinit:&lt;BR /&gt;debug2: kex_parse_kexinit: first_kex_follows 0&lt;BR /&gt;debug2: kex_parse_kexinit: reserved 0&lt;BR /&gt;debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;BR /&gt;debug2: kex_parse_kexinit: ssh-rsa,ssh-dss&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit:&lt;BR /&gt;debug2: kex_parse_kexinit:&lt;BR /&gt;debug2: kex_parse_kexinit: first_kex_follows 0&lt;BR /&gt;debug2: kex_parse_kexinit: reserved 0&lt;BR /&gt;debug2: mac_init: found hmac-md5&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug2: mac_init: found hmac-md5&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug2: dh_gen_key: priv key bits set: 134/256&lt;BR /&gt;debug2: bits set: 520/1024&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug3: check_host_in_hostfile: filename /root/.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 2&lt;BR /&gt;debug3: check_host_in_hostfile: filename /root/.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 2&lt;BR /&gt;debug1: Host 'ibm' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /root/.ssh/known_hosts:2&lt;BR /&gt;debug2: bits set: 499/1024&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug2: kex_derive_keys&lt;BR /&gt;debug2: set_newkeys: mode 1&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug2: set_newkeys: mode 0&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug2: service_accept: ssh-userauth&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug2: key: /root/.ssh/identity ((nil))&lt;BR /&gt;debug2: key: /root/.ssh/id_rsa ((nil))&lt;BR /&gt;debug2: key: /root/.ssh/id_dsa ((nil))&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,hostbased&lt;BR /&gt;debug3: start over, passed a different list publickey,password,hostbased&lt;BR /&gt;debug3: preferred hostbased&lt;BR /&gt;debug3: authmethod_lookup hostbased&lt;BR /&gt;debug3: remaining preferred:&lt;BR /&gt;debug1: No more authentication methods to try.&lt;BR /&gt;Permission denied (publickey,password,hostbased).&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2005 09:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902863#M70377</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-05-19T09:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Host based Authentication setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902864#M70378</link>
      <description>Following is the Server debug messages&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug3: RNG is ready, skipping seeding&lt;BR /&gt;debug2: load_server_config: filename /usr/local/etc/sshd_config&lt;BR /&gt;debug2: load_server_config: done config len = 253&lt;BR /&gt;debug2: parse_server_config: config /usr/local/etc/sshd_config len 253&lt;BR /&gt;debug1: sshd version OpenSSH_4.1p1&lt;BR /&gt;debug1: private host key: #0 type 0 RSA1&lt;BR /&gt;debug3: Not a RSA1 key file /usr/local/etc/ssh_host_rsa_key.&lt;BR /&gt;debug1: read PEM private key done: type RSA&lt;BR /&gt;debug1: private host key: #1 type 1 RSA&lt;BR /&gt;debug3: Not a RSA1 key file /usr/local/etc/ssh_host_dsa_key.&lt;BR /&gt;debug1: read PEM private key done: type DSA&lt;BR /&gt;debug1: private host key: #2 type 2 DSA&lt;BR /&gt;debug1: rexec_argv[0]='/root/openssh-SNAP-20050517/sshd'&lt;BR /&gt;debug1: rexec_argv[1]='-ddde'&lt;BR /&gt;debug1: rexec_argv[2]='-p'&lt;BR /&gt;debug1: rexec_argv[3]='2222'&lt;BR /&gt;debug2: fd 3 setting O_NONBLOCK&lt;BR /&gt;debug1: Bind to port 2222 on ::.&lt;BR /&gt;Server listening on :: port 2222.&lt;BR /&gt;debug2: fd 4 setting O_NONBLOCK&lt;BR /&gt;debug1: Bind to port 2222 on 0.0.0.0.&lt;BR /&gt;Bind to port 2222 on 0.0.0.0 failed: Address already in use.&lt;BR /&gt;Generating 768 bit RSA key.&lt;BR /&gt;RSA key generation complete.&lt;BR /&gt;debug3: fd 4 is not O_NONBLOCK&lt;BR /&gt;debug1: Server will not fork when running in debugging mode.&lt;BR /&gt;debug3: send_rexec_state: entering fd = 7 config len 253&lt;BR /&gt;debug3: ssh_msg_send: type 0&lt;BR /&gt;debug3: send_rexec_state: done&lt;BR /&gt;debug1: rexec start in 4 out 4 newsock 4 pipe -1 sock 7&lt;BR /&gt;debug3: RNG is ready, skipping seeding&lt;BR /&gt;debug3: recv_rexec_state: entering fd = 5&lt;BR /&gt;debug3: ssh_msg_recv entering&lt;BR /&gt;debug3: recv_rexec_state: done&lt;BR /&gt;debug2: parse_server_config: config rexec len 253&lt;BR /&gt;debug1: sshd version OpenSSH_4.1p1&lt;BR /&gt;debug1: private host key: #0 type 0 RSA1&lt;BR /&gt;debug3: Not a RSA1 key file /usr/local/etc/ssh_host_rsa_key.&lt;BR /&gt;debug1: read PEM private key done: type RSA&lt;BR /&gt;debug1: private host key: #1 type 1 RSA&lt;BR /&gt;debug3: Not a RSA1 key file /usr/local/etc/ssh_host_dsa_key.&lt;BR /&gt;debug1: read PEM private key done: type DSA&lt;BR /&gt;debug1: private host key: #2 type 2 DSA&lt;BR /&gt;debug1: inetd sockets after dupping: 3, 3&lt;BR /&gt;debug3: Normalising mapped IPv4 in IPv6 address&lt;BR /&gt;Connection from 172.16.1.196 port 32801&lt;BR /&gt;debug1: Client protocol version 2.0; client software version OpenSSH_3.9p1&lt;BR /&gt;debug1: match: OpenSSH_3.9p1 pat OpenSSH_3.*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-1.99-OpenSSH_4.1&lt;BR /&gt;debug2: fd 3 setting O_NONBLOCK&lt;BR /&gt;debug3: privsep user:group 74:74&lt;BR /&gt;debug1: permanently_set_uid: 74/74&lt;BR /&gt;debug1: list_hostkey_types: ssh-rsa,ssh-dss&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;BR /&gt;debug2: kex_parse_kexinit: ssh-rsa,ssh-dss&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit:&lt;BR /&gt;debug2: kex_parse_kexinit:&lt;BR /&gt;debug2: kex_parse_kexinit: first_kex_follows 0&lt;BR /&gt;debug2: kex_parse_kexinit: reserved 0&lt;BR /&gt;debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;BR /&gt;debug2: kex_parse_kexinit: ssh-rsa,ssh-dss&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit:&lt;BR /&gt;debug2: kex_parse_kexinit:&lt;BR /&gt;debug2: kex_parse_kexinit: first_kex_follows 0&lt;BR /&gt;debug2: kex_parse_kexinit: reserved 0&lt;BR /&gt;debug2: mac_init: found hmac-md5&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug2: mac_init: found hmac-md5&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug2: Network child is on pid 20003&lt;BR /&gt;debug3: preauth child monitor started&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received&lt;BR /&gt;debug3: mm_request_send entering: type 0&lt;BR /&gt;debug3: monitor_read: checking request 0&lt;BR /&gt;debug3: mm_answer_moduli: got parameters: 1024 1024 8192&lt;BR /&gt;debug3: mm_request_send entering: type 1&lt;BR /&gt;debug2: monitor_read: 0 used once, disabling now&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug3: mm_choose_dh: waiting for MONITOR_ANS_MODULI&lt;BR /&gt;debug3: mm_request_receive_expect entering: type 1&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug3: mm_choose_dh: remaining 0&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent&lt;BR /&gt;debug2: dh_gen_key: priv key bits set: 122/256&lt;BR /&gt;debug2: bits set: 517/1024&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT&lt;BR /&gt;debug2: bits set: 500/1024&lt;BR /&gt;debug3: mm_key_sign entering&lt;BR /&gt;debug3: mm_request_send entering: type 4&lt;BR /&gt;debug3: monitor_read: checking request 4&lt;BR /&gt;debug3: mm_answer_sign&lt;BR /&gt;debug3: mm_answer_sign: signature 0x89eeee8(143)&lt;BR /&gt;debug3: mm_request_send entering: type 5&lt;BR /&gt;debug2: monitor_read: 4 used once, disabling now&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN&lt;BR /&gt;debug3: mm_request_receive_expect entering: type 5&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent&lt;BR /&gt;debug2: kex_derive_keys&lt;BR /&gt;debug2: set_newkeys: mode 1&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug2: set_newkeys: mode 0&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: KEX done&lt;BR /&gt;debug1: userauth-request for user root service ssh-connection method none&lt;BR /&gt;debug1: attempt 0 failures 0&lt;BR /&gt;debug3: mm_getpwnamallow entering&lt;BR /&gt;debug3: mm_request_send entering: type 6&lt;BR /&gt;debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM&lt;BR /&gt;debug3: mm_request_receive_expect entering: type 7&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug3: monitor_read: checking request 6&lt;BR /&gt;debug3: mm_answer_pwnamallow&lt;BR /&gt;debug3: auth_shadow_acctexpired: today 12922 sp_expire -1 days left -12923&lt;BR /&gt;debug3: account expiration disabled&lt;BR /&gt;debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1&lt;BR /&gt;debug3: mm_request_send entering: type 7&lt;BR /&gt;debug2: monitor_read: 6 used once, disabling now&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug2: input_userauth_request: setting up authctxt for root&lt;BR /&gt;debug3: mm_inform_authserv entering&lt;BR /&gt;debug3: mm_request_send entering: type 3&lt;BR /&gt;debug2: input_userauth_request: try method none&lt;BR /&gt;debug3: mm_auth_password entering&lt;BR /&gt;debug3: mm_request_send entering: type 10&lt;BR /&gt;debug3: mm_auth_password: waiting for MONITOR_ANS_AUTHPASSWORD&lt;BR /&gt;debug3: mm_request_receive_expect entering: type 11&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug3: monitor_read: checking request 3&lt;BR /&gt;debug3: mm_answer_authserv: service=ssh-connection, style=&lt;BR /&gt;debug2: monitor_read: 3 used once, disabling now&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug3: monitor_read: checking request 10&lt;BR /&gt;debug3: mm_answer_authpassword: sending result 0&lt;BR /&gt;debug3: mm_request_send entering: type 11&lt;BR /&gt;debug3: mm_auth_password: user not authenticated&lt;BR /&gt;Failed none for root from 172.16.1.196 port 32801 ssh2&lt;BR /&gt;Failed none for root from 172.16.1.196 port 32801 ssh2&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;Connection closed by 172.16.1.196&lt;BR /&gt;debug1: do_cleanup&lt;BR /&gt;debug1: do_cleanup</description>
      <pubDate>Thu, 19 May 2005 09:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902864#M70378</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-05-19T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Host based Authentication setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902865#M70379</link>
      <description>It has to be setin .shosts and /etc/shosts.equiv and right perms.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 19 May 2005 09:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902865#M70379</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-05-19T09:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Host based Authentication setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902866#M70380</link>
      <description>&lt;BR /&gt;have you added /usr/local/etc/shosts.equiv (check the path from man ssh)&lt;BR /&gt;&lt;BR /&gt;ssh requires this file when you have ~/.shosts file&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2005 09:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902866#M70380</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-19T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Host based Authentication setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902867#M70381</link>
      <description>Here's some notes to check. I think you got most of these, but you are possibly missing a step or two.&lt;BR /&gt;&lt;BR /&gt;*** CLIENT ***&lt;BR /&gt;&lt;BR /&gt;Make sure you have the following in ssh_config.&lt;BR /&gt;&lt;BR /&gt;HostbasedAuthentication yes&lt;BR /&gt;PreferredAuthentications hostbased,publickey,password&lt;BR /&gt;EnableSSHKeysign yes&lt;BR /&gt;&lt;BR /&gt;Make sure that ssh-keysign binary is setuid to root.&lt;BR /&gt;&lt;BR /&gt;*** SERVER ***&lt;BR /&gt;&lt;BR /&gt;Make sure you have the following in sshd_config&lt;BR /&gt;&lt;BR /&gt;HostbasedAuthentication yes&lt;BR /&gt;IgnoreRhosts no&lt;BR /&gt;&lt;BR /&gt;IgnoreRhosts is required for root account, as shosts.equiv does not work, so you have to use ~root/.shosts.&lt;BR /&gt;&lt;BR /&gt;Create shosts.equiv (and .shosts for root only) with FQDN (i.e. the result of nslookup &lt;CLIENT_IP&gt;) and optionally user name.&lt;BR /&gt;&lt;BR /&gt;Create ssh_known_hosts from ssh_host_rsa_key.pub (please use public key NOT private key) and add host name at the beginning.&lt;BR /&gt;&lt;BR /&gt;&lt;CLIENT_FQDN&gt; &lt;REST_OF_SSH_HOST_RSA_KEY.PUB&gt;&lt;BR /&gt;&lt;BR /&gt;That's it and hope it works for you!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/REST_OF_SSH_HOST_RSA_KEY.PUB&gt;&lt;/CLIENT_FQDN&gt;&lt;/CLIENT_IP&gt;</description>
      <pubDate>Fri, 20 May 2005 06:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902867#M70381</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-20T06:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Host based Authentication setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902868#M70382</link>
      <description>Thank you all Folks for the great help. It's a matter of permissons and hostname look up issues.&lt;BR /&gt;&lt;BR /&gt;Closing the thread !</description>
      <pubDate>Sat, 21 May 2005 00:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-host-based-authentication-setup/m-p/4902868#M70382</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-05-21T00:17:15Z</dc:date>
    </item>
  </channel>
</rss>

