<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700552#M549495</link>
    <description>Here is the server log. &lt;BR /&gt;&lt;BR /&gt;/opt/ssh/sbin/sshd -ddde   &lt;BR /&gt;debug3: Seeding PRNG from /opt/ssh/libexec/ssh-rand-helper&lt;BR /&gt;debug2: read_server_config: filename /opt/ssh/etc/sshd_config&lt;BR /&gt;debug1: sshd version OpenSSH_3.8 [ HP-UX_Secure_Shell-A.03.81.002 ]&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_key&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_rsa_key&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_dsa_key&lt;BR /&gt;Disabling protocol version 2. Could not load host key&lt;BR /&gt;sshd: no hostkeys available -- exiting.&lt;BR /&gt;&lt;BR /&gt;Could some one clarify which is server and client.Moreover I need only one way communication with out passwd.&lt;BR /&gt;&lt;BR /&gt;Please advice</description>
    <pubDate>Mon, 02 Jan 2006 06:21:25 GMT</pubDate>
    <dc:creator>Saraswathy_1</dc:creator>
    <dc:date>2006-01-02T06:21:25Z</dc:date>
    <item>
      <title>ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700546#M549489</link>
      <description>We have secured shell client in our nerwork.&lt;BR /&gt;Suddenly from this morning its giving problem for one user.&lt;BR /&gt;The problem is while doing ssh from production box to test box shell is prompting for passwd.Not sure what has happened.&lt;BR /&gt;None of the file has been changed.&lt;BR /&gt;Moreover for other users its working fine.&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Jan 2006 14:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700546#M549489</guid>
      <dc:creator>Saraswathy_1</dc:creator>
      <dc:date>2006-01-01T14:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700547#M549490</link>
      <description>Check /var/adm/syslog on the destination and see what kind of information is being logged.&lt;BR /&gt;&lt;BR /&gt;You could also try 'ssh -vvv sys_name' to more verbose messages when doing the ssh to the other system.</description>
      <pubDate>Sun, 01 Jan 2006 14:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700547#M549490</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-01-01T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700548#M549491</link>
      <description>syslog on traget server:-&lt;BR /&gt;&lt;BR /&gt;Jan  1 12:01:10 server1 sshd[2278]: error: PAM: Authentication failed for bv from server1&lt;BR /&gt;&lt;BR /&gt;From Source I executed ssh -v &lt;BR /&gt;&lt;BR /&gt;$ssh -v server1&lt;BR /&gt;OpenSSH_3.8, OpenSSL 0.9.7d 17 Mar 2004&lt;BR /&gt;HP-UX_Secure_Shell-A.03.81.002, HP_UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to server1 [12.23.45.5] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file /home/bv/.ssh/id_rsa type 1&lt;BR /&gt;debug1: identity file /home/bv/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_3.8&lt;BR /&gt;debug1: match: OpenSSH_3.8 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.8&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&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;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug1: Host 'shm3sc1' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /home/bv/.ssh/known_hosts:87&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: /home/bv/.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Trying private key: /home/bv/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;Password: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lastly prompting for passwd.&lt;BR /&gt;Not sure were is the problem. Please advice in this matter.</description>
      <pubDate>Sun, 01 Jan 2006 15:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700548#M549491</guid>
      <dc:creator>Saraswathy_1</dc:creator>
      <dc:date>2006-01-01T15:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700549#M549492</link>
      <description>For an automated login (ie, no password), both computers must have they keys setup. If this was working, someone has probably changed the keyfile, moved or removed the file, or perhaps the user is logging in under a different account. Was anything restored to either system from backup? It's possibile that an old copy of the file replaced the latest version.</description>
      <pubDate>Sun, 01 Jan 2006 19:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700549#M549492</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-01-01T19:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700550#M549493</link>
      <description>Is there anything in /etc/pam_user.conf file. May be because of key file moving or renaming or content change. Try to recreate key for that user.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Mon, 02 Jan 2006 03:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700550#M549493</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-02T03:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700551#M549494</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can try the following&lt;BR /&gt;&lt;BR /&gt;1. Check the Permissions of the both private and public keys (644 for /home/bv/.ssh/id_rsa.pub  &amp;amp; 600 for  /home/bv/.ssh/id_rsa). &lt;BR /&gt;&lt;BR /&gt;2. Ensure the server supports publickey authentication ( check Publickeyauthentication is  yes in sshd_config )&lt;BR /&gt;&lt;BR /&gt;Post the server log ( /opt/ssh/sbin/sshd -ddde ) if possible for more analysis&lt;BR /&gt;&lt;BR /&gt;All the best</description>
      <pubDate>Mon, 02 Jan 2006 05:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700551#M549494</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2006-01-02T05:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700552#M549495</link>
      <description>Here is the server log. &lt;BR /&gt;&lt;BR /&gt;/opt/ssh/sbin/sshd -ddde   &lt;BR /&gt;debug3: Seeding PRNG from /opt/ssh/libexec/ssh-rand-helper&lt;BR /&gt;debug2: read_server_config: filename /opt/ssh/etc/sshd_config&lt;BR /&gt;debug1: sshd version OpenSSH_3.8 [ HP-UX_Secure_Shell-A.03.81.002 ]&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_key&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_rsa_key&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_dsa_key&lt;BR /&gt;Disabling protocol version 2. Could not load host key&lt;BR /&gt;sshd: no hostkeys available -- exiting.&lt;BR /&gt;&lt;BR /&gt;Could some one clarify which is server and client.Moreover I need only one way communication with out passwd.&lt;BR /&gt;&lt;BR /&gt;Please advice</description>
      <pubDate>Mon, 02 Jan 2006 06:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700552#M549495</guid>
      <dc:creator>Saraswathy_1</dc:creator>
      <dc:date>2006-01-02T06:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700553#M549496</link>
      <description>It looks like someone has removed your keyfile: &lt;BR /&gt; &lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_key&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_rsa_key&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_dsa_key&lt;BR /&gt;Disabling protocol version 2. Could not load host key&lt;BR /&gt; &lt;BR /&gt;Clients and server are defined the same way as for telnet or other connections. The user typing on the keyboard is the client (clients start the connection) and the server is the remote system that you want to contact.&lt;BR /&gt; &lt;BR /&gt;You'll need to rebuild (or restore from backup) the keyfile on the server (the remote side).</description>
      <pubDate>Mon, 02 Jan 2006 09:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700553#M549496</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-01-02T09:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700554#M549497</link>
      <description>&lt;BR /&gt;Dear Saraswathy,&lt;BR /&gt;&lt;BR /&gt;Check this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://cc.in2p3.fr/doc/phpman.php/man/ssh-keysign/8" target="_blank"&gt;http://cc.in2p3.fr/doc/phpman.php/man/ssh-keysign/8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Mon, 02 Jan 2006 11:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700554#M549497</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-01-02T11:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700555#M549498</link>
      <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;As you lost your host keys you can try the following&lt;BR /&gt;&lt;BR /&gt;1. If you have a backup of host keys you can replace with correct permissions&lt;BR /&gt;&lt;BR /&gt;2. If possible try re-installing the HP Secure Shell&lt;BR /&gt;&lt;BR /&gt;&lt;SWREMOVE t1417aa=""&gt;&lt;BR /&gt;&lt;BR /&gt;For more information about Hostkey and public key(password less) authentication you can refer the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://cfm.gs.washington.edu/security/ssh/client-pkauth/" target="_blank"&gt;http://cfm.gs.washington.edu/security/ssh/client-pkauth/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you can also find some useful information from /opt/ssh/README.hp and HP Secure Shell release notes&lt;BR /&gt;&lt;BR /&gt;All the Best&lt;BR /&gt;&lt;BR /&gt;&lt;/SWREMOVE&gt;</description>
      <pubDate>Tue, 03 Jan 2006 03:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700555#M549498</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2006-01-03T03:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700556#M549499</link>
      <description>FYI:- For other users I do not have any problem. Only for one user Iam facing this problem.&lt;BR /&gt;From client only for one user shell is prompting password. Others are fine.</description>
      <pubDate>Tue, 03 Jan 2006 06:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/3700556#M549499</guid>
      <dc:creator>Saraswathy_1</dc:creator>
      <dc:date>2006-01-03T06:11:02Z</dc:date>
    </item>
  </channel>
</rss>

