<?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: Problem with rsa key access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003432#M545978</link>
    <description>Sorry, previous information about another host. For original host, next configuration:&lt;BR /&gt;&lt;BR /&gt;itanium@root #grep -v ^# /opt/ssh/etc/sshd_config | strings&lt;BR /&gt;Protocol 2&lt;BR /&gt;RSAAuthentication yes&lt;BR /&gt;PubkeyAuthentication yes&lt;BR /&gt;AuthorizedKeysFile      .ssh/authorized_keys&lt;BR /&gt;HostbasedAuthentication yes&lt;BR /&gt;KerberosAuthentication yes &lt;BR /&gt;UsePAM yes &lt;BR /&gt;X11Forwarding yes &lt;BR /&gt;X11UseLocalhost no &lt;BR /&gt;Subsystem       sftp    /opt/ssh/libexec/sftp-server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;itanium@root #grep -v ^# /opt/ssh/etc/ssh_config  | strings &lt;BR /&gt;   RSAAuthentication yes&lt;BR /&gt;   PasswordAuthentication yes&lt;BR /&gt;   HostbasedAuthentication no&lt;BR /&gt;   IdentityFile ~/.ssh/id_rsa&lt;BR /&gt;    Protocol 2&lt;BR /&gt;&lt;BR /&gt;Thanks for answers, i`m already resolve problem.</description>
    <pubDate>Mon, 18 Sep 2006 00:38:39 GMT</pubDate>
    <dc:creator>AsKZ</dc:creator>
    <dc:date>2006-09-18T00:38:39Z</dc:date>
    <item>
      <title>Problem with rsa key access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003426#M545972</link>
      <description>Hi all, please, please, help me to resolve next problem:&lt;BR /&gt;&lt;BR /&gt;itanium@root #uname -a&lt;BR /&gt;HP-UX itanium B.11.23 U ia64 0685126137 unlimited-user license&lt;BR /&gt;itanium@root #ssh -v&lt;BR /&gt;OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005&lt;BR /&gt;HP-UX Secure Shell-A.04.30.015, HP-UX Secure Shell version&lt;BR /&gt;&lt;BR /&gt;itanium@root #ssh-keygen -t rsa&lt;BR /&gt;Generating public/private rsa key pair.&lt;BR /&gt;Please be patient....   Key generation may take a few minutes&lt;BR /&gt;Enter file in which to save the key (//.ssh/id_rsa): &lt;BR /&gt;Enter passphrase (empty for no passphrase): &lt;BR /&gt;Enter same passphrase again: &lt;BR /&gt;Your identification has been saved in //.ssh/id_rsa.&lt;BR /&gt;Your public key has been saved in //.ssh/id_rsa.pub.&lt;BR /&gt;The key fingerprint is:&lt;BR /&gt;f5:0b:67:42:42:17:b3:5b:a6:b0:79:94:12:6e:0a:d9 root@itanium&lt;BR /&gt;itanium@root #ll&lt;BR /&gt;total 48&lt;BR /&gt;-rw-------   1 root       sys           1675 Sep 14 22:02 id_rsa&lt;BR /&gt;-rw-r--r--   1 root       sys            394 Sep 14 22:02 id_rsa.pub&lt;BR /&gt;-rw-r--r--   1 root       sys            686 Sep  8 03:25 known_hosts&lt;BR /&gt;itanium@root #cp id_rsa.pub authorized_keys&lt;BR /&gt;itanium@root #ll&lt;BR /&gt;total 64&lt;BR /&gt;-rw-r--r--   1 root       sys            394 Sep 14 22:02 authorized_keys&lt;BR /&gt;-rw-------   1 root       sys           1675 Sep 14 22:02 id_rsa&lt;BR /&gt;-rw-r--r--   1 root       sys            394 Sep 14 22:02 id_rsa.pub&lt;BR /&gt;-rw-r--r--   1 root       sys            686 Sep  8 03:25 known_hosts&lt;BR /&gt;&lt;BR /&gt;itanium@root #ssh -v itanium&lt;BR /&gt;OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005&lt;BR /&gt;HP-UX Secure Shell-A.04.30.015, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to itanium [192.168.1.223] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /.ssh/id_rsa type 1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3p2-hpn&lt;BR /&gt;debug1: match: OpenSSH_4.3p2-hpn pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_4.3p2-hpn&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 'itanium' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /.ssh/known_hosts:3&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,hostbased&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: /.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;Password: &lt;BR /&gt;itanium@root #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, trusts not working.&lt;BR /&gt;How additional information i must attach to resolve this problem?&lt;BR /&gt;Really problem with more 2 hosts, for best example, i attach info about one host.</description>
      <pubDate>Thu, 14 Sep 2006 23:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003426#M545972</guid>
      <dc:creator>AsKZ</dc:creator>
      <dc:date>2006-09-14T23:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rsa key access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003427#M545973</link>
      <description>chmod 640 authorized_keys&lt;BR /&gt;chmod 700 ~root/.ssh&lt;BR /&gt;&lt;BR /&gt;then try it again. sshd is very picky about the permissions of the .ssh directory and the authorized_keys file.&lt;BR /&gt;&lt;BR /&gt;hope this helps.</description>
      <pubDate>Fri, 15 Sep 2006 00:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003427#M545973</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-09-15T00:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rsa key access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003428#M545974</link>
      <description>Yes thats right ssh doesn't behave well if the permissions are incorrect&lt;BR /&gt;have your ~root/.ssh/authorized_keys to 600 and ~root/.ssh to 700&lt;BR /&gt;Also look at the messages in syslog for more info</description>
      <pubDate>Fri, 15 Sep 2006 00:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003428#M545974</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2006-09-15T00:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rsa key access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003429#M545975</link>
      <description>itanium@root #ll -d /.ssh/ /.ssh/authorized_keys &lt;BR /&gt;drwx------   2 root       sys           8192 Sep 14 22:06 /.ssh/&lt;BR /&gt;-rw-------   1 root       sys            394 Sep 14 22:06 /.ssh/authorized_keys&lt;BR /&gt;itanium@root #&lt;BR /&gt;itanium@root #ssh -v itanium&lt;BR /&gt;OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005&lt;BR /&gt;HP-UX Secure Shell-A.04.30.015, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to itanium [192.168.1.223] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /.ssh/id_rsa type 1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3p2-hpn&lt;BR /&gt;debug1: match: OpenSSH_4.3p2-hpn pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_4.3p2-hpn&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 'itanium' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /.ssh/known_hosts:3&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,hostbased&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: /.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;Password: &lt;BR /&gt;itanium@root #&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2006 01:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003429#M545975</guid>
      <dc:creator>AsKZ</dc:creator>
      <dc:date>2006-09-15T01:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rsa key access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003430#M545976</link>
      <description>could you possibly cut-n-paste the output of this command :&lt;BR /&gt;&lt;BR /&gt;grep -v ^# /opt/ssh/etc/sshd_config&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2006 13:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003430#M545976</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-09-15T13:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rsa key access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003431#M545977</link>
      <description>root@sgds3# grep -v ^# /opt/ssh/etc/sshd_config | strings&lt;BR /&gt;Protocol 2&lt;BR /&gt;HostKey /opt/ssh/etc/ssh_host_key&lt;BR /&gt;HostKey /opt/ssh/etc/ssh_host_rsa_key&lt;BR /&gt;HostKey /opt/ssh/etc/ssh_host_dsa_key&lt;BR /&gt;KerberosAuthentication yes&lt;BR /&gt;GSSAPIAuthentication yes&lt;BR /&gt;UsePAM yes&lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;X11UseLocalhost no&lt;BR /&gt;UseDNS no&lt;BR /&gt;Subsystem       sftp    /opt/ssh/libexec/sftp-server</description>
      <pubDate>Mon, 18 Sep 2006 00:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003431#M545977</guid>
      <dc:creator>AsKZ</dc:creator>
      <dc:date>2006-09-18T00:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rsa key access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003432#M545978</link>
      <description>Sorry, previous information about another host. For original host, next configuration:&lt;BR /&gt;&lt;BR /&gt;itanium@root #grep -v ^# /opt/ssh/etc/sshd_config | strings&lt;BR /&gt;Protocol 2&lt;BR /&gt;RSAAuthentication yes&lt;BR /&gt;PubkeyAuthentication yes&lt;BR /&gt;AuthorizedKeysFile      .ssh/authorized_keys&lt;BR /&gt;HostbasedAuthentication yes&lt;BR /&gt;KerberosAuthentication yes &lt;BR /&gt;UsePAM yes &lt;BR /&gt;X11Forwarding yes &lt;BR /&gt;X11UseLocalhost no &lt;BR /&gt;Subsystem       sftp    /opt/ssh/libexec/sftp-server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;itanium@root #grep -v ^# /opt/ssh/etc/ssh_config  | strings &lt;BR /&gt;   RSAAuthentication yes&lt;BR /&gt;   PasswordAuthentication yes&lt;BR /&gt;   HostbasedAuthentication no&lt;BR /&gt;   IdentityFile ~/.ssh/id_rsa&lt;BR /&gt;    Protocol 2&lt;BR /&gt;&lt;BR /&gt;Thanks for answers, i`m already resolve problem.</description>
      <pubDate>Mon, 18 Sep 2006 00:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003432#M545978</guid>
      <dc:creator>AsKZ</dc:creator>
      <dc:date>2006-09-18T00:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rsa key access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003433#M545979</link>
      <description>One of previous administrators.. Set owner for "/" another of "root" user.&lt;BR /&gt;&lt;BR /&gt;Thank`s for all )</description>
      <pubDate>Mon, 18 Sep 2006 00:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-rsa-key-access/m-p/5003433#M545979</guid>
      <dc:creator>AsKZ</dc:creator>
      <dc:date>2006-09-18T00:46:51Z</dc:date>
    </item>
  </channel>
</rss>

