<?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 authentication issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985691#M294889</link>
    <description>Ralph Grothe &lt;BR /&gt;&lt;BR /&gt;You hit the bullseye with this, it worked with "-o PreferredAuthentications=password" and also with the test generated RSA key pair. &lt;BR /&gt;&lt;BR /&gt;When I generated  a new key pair with RSA, it worked, but when I tried DSA, (-t dsa) it didn't.  Interesting, I've only generated DSA keys in the past.</description>
    <pubDate>Tue, 24 Apr 2007 15:37:10 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2007-04-24T15:37:10Z</dc:date>
    <item>
      <title>SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985678#M294876</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;I am trying to ssh from one box to another and  I get this. Abruptly, it says "Connection closed" &lt;BR /&gt;&lt;BR /&gt;All the keys look right. &lt;BR /&gt;Should I try regenerating the keys, or upgrading the ssh version?  &lt;BR /&gt;I can ssh to target machine from other machines without issues. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;source: &lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX B.11.00 U 9000/800 567720518 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;target:&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX B.11.00 A 9000/899 1699411321 two-user license&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;source&lt;BR /&gt;#:ssh -v&lt;BR /&gt;OpenSSH_3.0p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f&lt;BR /&gt;&lt;BR /&gt;target:&lt;BR /&gt;#: ssh -v&lt;BR /&gt;OpenSSH_3.0p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#:ssh -v sys22&lt;BR /&gt;OpenSSH_3.0p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f&lt;BR /&gt;debug1: Reading configuration data /usr/local/etc/ssh_config&lt;BR /&gt;debug1: Seeded RNG with 36 bytes from programs&lt;BR /&gt;debug1: Seeded RNG with 3 bytes from system calls&lt;BR /&gt;debug1: Rhosts Authentication disabled, originating port will not be trusted.&lt;BR /&gt;debug1: restore_uid&lt;BR /&gt;debug1: ssh_connect: getuid 0 geteuid 0 anon 1&lt;BR /&gt;debug1: Connecting to sys22 [111.111.11.11] port 22.&lt;BR /&gt;debug1: temporarily_use_uid: 0/0 (e=0)&lt;BR /&gt;debug1: restore_uid&lt;BR /&gt;debug1: temporarily_use_uid: 0/0 (e=0)&lt;BR /&gt;debug1: restore_uid&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: read PEM private key done: type DSA&lt;BR /&gt;debug1: read PEM private key done: type RSA&lt;BR /&gt;debug1: identity file /.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /.ssh/id_dsa type 2&lt;BR /&gt;debug1: Remote protocol version 1.99, remote software version OpenSSH_3.0p1&lt;BR /&gt;debug1: match: OpenSSH_3.0p1 pat ^OpenSSH&lt;BR /&gt;Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_3.0p1&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 sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: dh_gen_key: priv key bits set: 112/256&lt;BR /&gt;debug1: bits set: 494/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;debug1: Host 'sys22' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /.ssh/known_hosts:43&lt;BR /&gt;debug1: bits set: 515/1024&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: kex_derive_keys&lt;BR /&gt;debug1: newkeys: mode 1&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: waiting for SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: newkeys: mode 0&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: done: ssh_kex2.&lt;BR /&gt;debug1: send SSH2_MSG_SERVICE_REQUEST&lt;BR /&gt;debug1: service_accept: ssh-userauth&lt;BR /&gt;debug1: got SSH2_MSG_SERVICE_ACCEPT&lt;BR /&gt;debug1: authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: next auth method to try is publickey&lt;BR /&gt;debug1: try privkey: /.ssh/id_rsa&lt;BR /&gt;debug1: try pubkey: /.ssh/id_dsa&lt;BR /&gt;Connection closed by 111.111.11.11&lt;BR /&gt;debug1: Calling cleanup 0x4000a8fa(0x0)&lt;BR /&gt;debug1: Calling cleanup 0x4000a902(0x0)&lt;BR /&gt;debug1: writing PRNG seed to file //.ssh/prng_seed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 08:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985678#M294876</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2007-04-20T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985679#M294877</link>
      <description>etc,&lt;BR /&gt;&lt;BR /&gt;check the permissions for the home directory, they should be 755&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Fri, 20 Apr 2007 09:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985679#M294877</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-04-20T09:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985680#M294878</link>
      <description>&lt;BR /&gt;Home directory of what? I am trying to ssh as root. &lt;BR /&gt;&lt;BR /&gt;$HOME/.ssh is chmoded to 700, recursively.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985680#M294878</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2007-04-20T09:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985681#M294879</link>
      <description>Jaime was referring to the user's home dir on the remote ssh server.&lt;BR /&gt;You can verify if this was the cause by checking syslog output from the remote sshd for facility auth.&lt;BR /&gt;Since StrictModes yes is the default setting&lt;BR /&gt;there will appear such an error message in the remote host's logfile for auth.&lt;BR /&gt;Besides, another common reason is an inactive, locked or expired remote user account.&lt;BR /&gt;But this will also be messaged by the remote sshd.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985681#M294879</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-04-20T09:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985682#M294880</link>
      <description>Forgot you mentioned you were trying to login as root.&lt;BR /&gt;Also check this on remote host:&lt;BR /&gt;&lt;BR /&gt;# grep PermitRootLogin /opt/ssh/etc/sshd_config&lt;BR /&gt;#PermitRootLogin yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is it set to "no"?&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985682#M294880</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-04-20T09:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985683#M294881</link>
      <description>Strangely, the only ssh config files I have on the system is in:&lt;BR /&gt;&lt;BR /&gt;/usr/local/etc/ssh*config&lt;BR /&gt;&lt;BR /&gt;And the rootlogin is set to "yes".  Could it be it's missing /etc/ssh/* stuff?&lt;BR /&gt;&lt;BR /&gt;And if so, why can I ssh to this box from other systems?&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 10:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985683#M294881</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2007-04-20T10:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985684#M294882</link>
      <description>Are you able to connect to the the other box by using telnet?&lt;BR /&gt;&lt;BR /&gt;If so, check in the /etc/services file for the line with the port 22 .&lt;BR /&gt;&lt;BR /&gt;ssh 22/tcp #secure Shell&lt;BR /&gt;&lt;BR /&gt;Also check your /etc/hosts.allow , and DNS lookup, could be refused because is not finding the hostname.&lt;BR /&gt;&lt;BR /&gt;To check is the daemon is running ..&lt;BR /&gt;# ps -ef |grep -i ssh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 10:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985684#M294882</guid>
      <dc:creator>Marco A.</dc:creator>
      <dc:date>2007-04-20T10:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985685#M294883</link>
      <description>Sorry, I haven't read your session dump carefully enough.&lt;BR /&gt;You are using an older SSH version than me,&lt;BR /&gt;and also not the HP Secure Shell depot as it seems.&lt;BR /&gt;Then you will have different paths,&lt;BR /&gt;and your system wide config files won't be under /opt/ssh/etc but in /usr/local/etc.&lt;BR /&gt;&lt;BR /&gt;For some strange reason does the remote sshd close the connection.&lt;BR /&gt;I'm not sure if we can see more if you increase the verbosity level by rerunning&lt;BR /&gt;&lt;BR /&gt;ssh -vv sys22&lt;BR /&gt;&lt;BR /&gt;Note, that older SSH versions kept the RSA public keys in separate files (e.g. authorized_keys2 for protocol 2).&lt;BR /&gt;But this doesn't seem to be relevant here.&lt;BR /&gt;Maybe you could also check if you have some strange protocol versions in the server's sshd_config file?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 11:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985685#M294883</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-04-20T11:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985686#M294884</link>
      <description>Can you startup another sshd listener on another port and collect debug output from both client and server. Seeing the server side of things might help you find why the connection is closed.&lt;BR /&gt;&lt;BR /&gt;# server&lt;BR /&gt;sshd -e -ddd -p 2222&lt;BR /&gt;&lt;BR /&gt;# client&lt;BR /&gt;ssh -vvv -p 2222 server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 20 Apr 2007 11:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985686#M294884</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-04-20T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985687#M294885</link>
      <description>I will post the output of the above shortly.&lt;BR /&gt;&lt;BR /&gt;The really strange thing is that I can connect via ssh to the target machine from *other* machines, in fact from any other machine it seems.&lt;BR /&gt;&lt;BR /&gt;It seems there is a problem with the *source* machine more than anything. The machine I am trying to ssh from.</description>
      <pubDate>Fri, 20 Apr 2007 12:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985687#M294885</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2007-04-20T12:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985688#M294886</link>
      <description>&lt;BR /&gt;server:&lt;BR /&gt;&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;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received&lt;BR /&gt;WARNING: /usr/local/etc/moduli does not exist, using old modulus&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent&lt;BR /&gt;debug1: dh_gen_key: priv key bits set: 132/256&lt;BR /&gt;debug1: bits set: 516/1024&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT&lt;BR /&gt;debug1: bits set: 509/1024&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent&lt;BR /&gt;debug1: kex_derive_keys&lt;BR /&gt;debug1: newkeys: mode 1&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: waiting for SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: 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;debug2: input_userauth_request: setting up authctxt for root&lt;BR /&gt;debug2: input_userauth_request: try method none&lt;BR /&gt;Failed none for ROOT from 111.11.111.111 port 53778 ssh2&lt;BR /&gt;debug1: userauth-request for user root service ssh-connection method publickey&lt;BR /&gt;debug1: attempt 1 failures 1&lt;BR /&gt;debug2: input_userauth_request: try method publickey&lt;BR /&gt;debug1: test whether pkalg/pkblob are acceptable&lt;BR /&gt;debug1: temporarily_use_uid: 0/0 (e=0)&lt;BR /&gt;debug1: trying public key file //.ssh/authorized_keys&lt;BR /&gt;debug3: secure_filename: checking '/.ssh'&lt;BR /&gt;debug3: secure_filename: checking '/'&lt;BR /&gt;debug3: secure_filename: terminating check at '/'&lt;BR /&gt;debug2: key_type_from_name: unknown key type '1024'&lt;BR /&gt;debug3: key_read: no key found&lt;BR /&gt;debug2: user_key_allowed: check options: '1024 35 136398728465190821034871912145838516596303036487925155538098452813700003069478658967024510543427022061612281208696643344459309998769765682282204366914887313212530014076342051534857307586986141206143361430343700033554381297239013822574969382295076967914136196951473445916705157240356449864763054379769578529143 root@sys21&lt;BR /&gt;'&lt;BR /&gt;debug2: key_type_from_name: unknown key type '35'&lt;BR /&gt;debug3: key_read: no key found&lt;BR /&gt;debug2: user_key_allowed: advance: '35 136398728465190821034871912145838516596303036487925155538098452813700003069478658967024510543427022061612281208696643344459309998769765682282204366914887313212530014076342051534857307586986141206143361430343700033554381297239013822574969382295076967914136196951473445916705157240356449864763054379769578529143 root@sys21&lt;BR /&gt;'&lt;BR /&gt;buffer_get: trying to get more bytes 4 than in buffer 0&lt;BR /&gt;debug1: Calling cleanup 0x40008dfa(0x0)&lt;BR /&gt;debug1: Calling cleanup 0x40008e02(0x0)&lt;BR /&gt;debug1: writing PRNG seed to file //.ssh/prng_seed&lt;BR /&gt;debug1: WARNING: PRNG seedfile //.ssh/prng_seed must be mode 0600, owned by uid 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;client:&lt;BR /&gt;&lt;BR /&gt;c-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 sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: dh_gen_key: priv key bits set: 123/256&lt;BR /&gt;debug1: bits set: 509/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 /.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 43&lt;BR /&gt;debug3: check_host_in_hostfile: filename /.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 43&lt;BR /&gt;debug1: Host 'sys22' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /.ssh/known_hosts:43&lt;BR /&gt;debug1: bits set: 516/1024&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: kex_derive_keys&lt;BR /&gt;debug1: newkeys: mode 1&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: waiting for SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: newkeys: mode 0&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: done: ssh_kex2.&lt;BR /&gt;debug1: send SSH2_MSG_SERVICE_REQUEST&lt;BR /&gt;debug1: service_accept: ssh-userauth&lt;BR /&gt;debug1: got SSH2_MSG_SERVICE_ACCEPT&lt;BR /&gt;debug1: authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug3: start over, passed a different list publickey,password,keyboard-interactive&lt;BR /&gt;debug3: preferred publickey,keyboard-interactive,password&lt;BR /&gt;debug3: authmethod_lookup publickey&lt;BR /&gt;debug3: remaining preferred: keyboard-interactive,password&lt;BR /&gt;debug3: authmethod_is_enabled publickey&lt;BR /&gt;debug1: next auth method to try is publickey&lt;BR /&gt;debug1: try privkey: /.ssh/id_rsa&lt;BR /&gt;debug3: no such identity: /.ssh/id_rsa&lt;BR /&gt;debug1: try pubkey: /.ssh/id_dsa&lt;BR /&gt;debug3: send_pubkey_test&lt;BR /&gt;debug2: we sent a publickey packet, wait for reply&lt;BR /&gt;Connection closed by 111.11.111.11&lt;BR /&gt;debug1: Calling cleanup 0x4000a8fa(0x0)&lt;BR /&gt;debug1: Calling cleanup 0x4000a902(0x0)&lt;BR /&gt;debug1: writing PRNG seed to file //.ssh/prng_seed&lt;BR /&gt;debug1: WARNING: PRNG seedfile //.ssh/prng_seed must be mode 0600, owned by uid 0&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2007 15:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985688#M294886</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2007-04-20T15:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985689#M294887</link>
      <description>&amp;gt;debug1: WARNING: PRNG seedfile //.ssh/prng_seed must be mode 0600, owned by uid 0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As the error says, please change the permission on the file //.ssh/prng_seed  to 600 and the owner should be root.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Apr 2007 00:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985689#M294887</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-04-21T00:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985690#M294888</link>
      <description>I'm not convinced that it owe to the permissions of the seedfile.&lt;BR /&gt;It's merely a warning.&lt;BR /&gt;I rather suspect that there may be something wrong with your DSA key of your ssh client. &lt;BR /&gt;Could you please try to skip public key authentication by reconnecting from the client with something like this:&lt;BR /&gt; &lt;BR /&gt;# ssh -vv -o PreferredAuthentications=password sys22&lt;BR /&gt;&lt;BR /&gt;You maybe could also try to generate a new key pair and append this new pair's public key to root's .ssh/authorized_keys on the SSH server?&lt;BR /&gt;&lt;BR /&gt;On client run&lt;BR /&gt;&lt;BR /&gt;# ssh-keygen -t rsa -b 1024 -N "" -f ~/.ssh/id_rsa_test&lt;BR /&gt;&lt;BR /&gt;Append it somehow to autorized_keys on remote host (while ssh isn't yet working execeptionally maybe even by ftp, rcp or sneaker copy (viz. mobile data source))&lt;BR /&gt;&lt;BR /&gt;Then retry, this time referring to newly created key&lt;BR /&gt;&lt;BR /&gt;# ssh -v -i ~/.ssh/id_rsa_test sys22&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Apr 2007 06:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985690#M294888</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-04-23T06:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985691#M294889</link>
      <description>Ralph Grothe &lt;BR /&gt;&lt;BR /&gt;You hit the bullseye with this, it worked with "-o PreferredAuthentications=password" and also with the test generated RSA key pair. &lt;BR /&gt;&lt;BR /&gt;When I generated  a new key pair with RSA, it worked, but when I tried DSA, (-t dsa) it didn't.  Interesting, I've only generated DSA keys in the past.</description>
      <pubDate>Tue, 24 Apr 2007 15:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985691#M294889</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2007-04-24T15:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985692#M294890</link>
      <description>&lt;BR /&gt;Should I regenerate public/private keys on the client?&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 09:36:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985692#M294890</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2007-04-25T09:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985693#M294891</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;On the client and server, I generate a public/private key merely so that a directory exists in which I can place an authorized_keys file.&lt;BR /&gt;&lt;BR /&gt;Otherwise if the client does not have a public private key, how is it going to pass a key back and forth.&lt;BR /&gt;&lt;BR /&gt;Most procedures for ssh use, including those authored by me call on generating a key set on all workstations. This may indeed be required to achieve your goal.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 25 Apr 2007 12:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3985693#M294891</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-25T12:17:58Z</dc:date>
    </item>
  </channel>
</rss>

