<?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 connection issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673725#M381990</link>
    <description>&lt;!--!*#--&gt;Is this problem any different from the one in&lt;BR /&gt;your earlier posting?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1443187" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1443187&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The diagnostic procedure suggested there is&lt;BR /&gt;the same one I'd suggest here.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I`ve already generated [...]&lt;BR /&gt;&lt;BR /&gt;From your description, we don't know how many&lt;BR /&gt;sets of key data files you've generated,&lt;BR /&gt;where you put them all, who owns them, what&lt;BR /&gt;their permissions are, or any number of other&lt;BR /&gt;(potentially important) details.  As usual,&lt;BR /&gt;showing actual commands with their actual&lt;BR /&gt;output can be more helpful than vague (or&lt;BR /&gt;incomplete) descriptions and interpretations.&lt;BR /&gt;"ls -l" is popular.&lt;BR /&gt;&lt;BR /&gt;But I'd start with that "ssh -v[v[v]] [...]"&lt;BR /&gt;command, as previously suggested.  If you&lt;BR /&gt;compare the output from that for a successful&lt;BR /&gt;"ssh" command with that for a failing "ssh"&lt;BR /&gt;command, then you may be able to diagnose the&lt;BR /&gt;problem yourself.</description>
    <pubDate>Wed, 11 Aug 2010 21:39:01 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-08-11T21:39:01Z</dc:date>
    <item>
      <title>ssh connection issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673724#M381989</link>
      <description>Hi all,&lt;BR /&gt;I am trying to log in between 2 server with ssh.&lt;BR /&gt;I`ve already generated the private and public keys on both server and I added the certificate on the .ssh/authorized_keys file on both path home users on both servers, but I can do the login just in one way and not bidirectionally.&lt;BR /&gt;The details of machines/users are follow:&lt;BR /&gt;&lt;BR /&gt;CLUXDS03/bckpuser --&amp;gt; CLUXDS04/ora1102 (ora1102 user has the same user id than oracle user on CLUXDS04)&lt;BR /&gt;&lt;BR /&gt;When I try to connect from CLUXDS04 to CLUXDS03 with ora1102 or oracle user I don't have any problem...&lt;BR /&gt;&lt;BR /&gt;Thanks in advices!&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2010 19:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673724#M381989</guid>
      <dc:creator>Sergio Bascur</dc:creator>
      <dc:date>2010-08-11T19:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673725#M381990</link>
      <description>&lt;!--!*#--&gt;Is this problem any different from the one in&lt;BR /&gt;your earlier posting?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1443187" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1443187&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The diagnostic procedure suggested there is&lt;BR /&gt;the same one I'd suggest here.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I`ve already generated [...]&lt;BR /&gt;&lt;BR /&gt;From your description, we don't know how many&lt;BR /&gt;sets of key data files you've generated,&lt;BR /&gt;where you put them all, who owns them, what&lt;BR /&gt;their permissions are, or any number of other&lt;BR /&gt;(potentially important) details.  As usual,&lt;BR /&gt;showing actual commands with their actual&lt;BR /&gt;output can be more helpful than vague (or&lt;BR /&gt;incomplete) descriptions and interpretations.&lt;BR /&gt;"ls -l" is popular.&lt;BR /&gt;&lt;BR /&gt;But I'd start with that "ssh -v[v[v]] [...]"&lt;BR /&gt;command, as previously suggested.  If you&lt;BR /&gt;compare the output from that for a successful&lt;BR /&gt;"ssh" command with that for a failing "ssh"&lt;BR /&gt;command, then you may be able to diagnose the&lt;BR /&gt;problem yourself.</description>
      <pubDate>Wed, 11 Aug 2010 21:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673725#M381990</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-11T21:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673726#M381991</link>
      <description>Hi Sergio,&lt;BR /&gt;&lt;BR /&gt;First of all, check the permissions of .ssh and the files in it. In most cases this solves the keyed ssh problems.&lt;BR /&gt;&lt;BR /&gt;# chmod 0700 $HOME/.ssh&lt;BR /&gt;# chmod 0600 $HOME/.ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;If it doesn't help, I would suggest you to try to consolidate the userIDs. What is the reason for having two users sharing the same ID? For permission purposes you could assign them to a common group, and just set the group permission on the files.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2010 12:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673726#M381991</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-08-12T12:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673727#M381992</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you please review your sshd_config file and see?&lt;BR /&gt;&lt;BR /&gt;Thx,</description>
      <pubDate>Thu, 12 Aug 2010 12:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673727#M381992</guid>
      <dc:creator>djoshi</dc:creator>
      <dc:date>2010-08-12T12:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673728#M381993</link>
      <description>Hi master, sorry if my explanation wasn't clear.&lt;BR /&gt;Look what I want to confirm is:&lt;BR /&gt;&lt;BR /&gt;Can I make a bidirectional ssh connection if in one of the servers the user who make the connection has a duplicated userid?&lt;BR /&gt;&lt;BR /&gt;I have already bidirectional ssh connection between this 2 two servers with other users and I don`t have any matter, but when I made ssh to the server who has the duplicated userid connection ask me by a password, even when I already put the "id_rsa.pub" file content in the "authorized_keys" on the remote machine.&lt;BR /&gt;&lt;BR /&gt;Here I put the details of the connection with and without verbose mode:&lt;BR /&gt;&lt;BR /&gt;$ ssh ora1102@cluxds04&lt;BR /&gt;Restricted Access to the System. Only Authorized Users Allowed.&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ssh -vvv ora1102@cluxds04&lt;BR /&gt;OpenSSH_5.3p1+sftpfilecontrol-v1.3-hpn13v5, OpenSSL 0.9.8l 5 Nov 2009&lt;BR /&gt;HP-UX Secure Shell-A.05.30.008, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug3: RNG is ready, skipping seeding&lt;BR /&gt;debug2: ssh_connect: needpriv 0&lt;BR /&gt;debug1: Connecting to cluxds04 [10.101.241.45] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file /home/bckpuser/.ssh/identity type -1&lt;BR /&gt;debug3: Not a RSA1 key file /home/bckpuser/.ssh/id_rsa.&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----BEGIN'&lt;BR /&gt;debug3: key_read: missing keytype&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----END'&lt;BR /&gt;debug3: key_read: missing keytype&lt;BR /&gt;debug1: identity file /home/bckpuser/.ssh/id_rsa type 1&lt;BR /&gt;debug1: identity file /home/bckpuser/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3p1+sftpfilecontrol-v1.3-hpn13v5&lt;BR /&gt;debug1: match: OpenSSH_5.3p1+sftpfilecontrol-v1.3-hpn13v5 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_5.3p1+sftpfilecontrol-v1.3-hpn13v5&lt;BR /&gt;debug2: fd 4 setting O_NONBLOCK&lt;BR /&gt;debug3: RNG is ready, skipping seeding&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug3: Wrote 792 bytes for a total of 844&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: AUTH STATE IS 0&lt;BR /&gt;debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,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-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com,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-sha256,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-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com&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_setup: found hmac-md5&lt;BR /&gt;debug1: REQUESTED ENC.NAME is 'aes128-ctr'&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-ctr hmac-md5 none&lt;BR /&gt;debug2: mac_setup: found hmac-md5&lt;BR /&gt;debug1: REQUESTED ENC.NAME is 'aes128-ctr'&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-ctr 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;debug3: Wrote 24 bytes for a total of 868&lt;BR /&gt;debug2: dh_gen_key: priv key bits set: 129/256&lt;BR /&gt;debug2: bits set: 510/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: Wrote 144 bytes for a total of 1012&lt;BR /&gt;debug3: check_host_in_hostfile: filename /home/bckpuser/.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 8&lt;BR /&gt;debug3: check_host_in_hostfile: filename /home/bckpuser/.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 9&lt;BR /&gt;debug1: Host 'cluxds04' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /home/bckpuser/.ssh/known_hosts:8&lt;BR /&gt;debug2: bits set: 530/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;debug3: Wrote 16 bytes for a total of 1028&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;debug3: Wrote 48 bytes for a total of 1076&lt;BR /&gt;debug2: service_accept: ssh-userauth&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug2: key: /home/bckpuser/.ssh/identity (0)&lt;BR /&gt;debug2: key: /home/bckpuser/.ssh/id_rsa (400482a0)&lt;BR /&gt;debug2: key: /home/bckpuser/.ssh/id_dsa (0)&lt;BR /&gt;debug3: Wrote 64 bytes for a total of 1140&lt;BR /&gt;debug3: input_userauth_banner&lt;BR /&gt;Restricted Access to the System. Only Authorized Users Allowed.&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 authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /home/bckpuser/.ssh/identity&lt;BR /&gt;debug3: no such identity: /home/bckpuser/.ssh/identity&lt;BR /&gt;debug1: Offering public key: /home/bckpuser/.ssh/id_rsa&lt;BR /&gt;debug3: send_pubkey_test&lt;BR /&gt;debug2: we sent a publickey packet, wait for reply&lt;BR /&gt;debug3: Wrote 368 bytes for a total of 1508&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Trying private key: /home/bckpuser/.ssh/id_dsa&lt;BR /&gt;debug3: no such identity: /home/bckpuser/.ssh/id_dsa&lt;BR /&gt;debug2: we did not send a packet, disable method&lt;BR /&gt;debug3: authmethod_lookup keyboard-interactive&lt;BR /&gt;debug3: remaining preferred: password&lt;BR /&gt;debug3: authmethod_is_enabled keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;debug2: userauth_kbdint&lt;BR /&gt;debug2: we sent a keyboard-interactive packet, wait for reply&lt;BR /&gt;debug3: Wrote 96 bytes for a total of 1604&lt;BR /&gt;debug2: input_userauth_info_req&lt;BR /&gt;debug2: input_userauth_info_req: num_prompts 1&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any clue about it??&lt;BR /&gt;Thanks everybody...</description>
      <pubDate>Thu, 12 Aug 2010 18:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673728#M381993</guid>
      <dc:creator>Sergio Bascur</dc:creator>
      <dc:date>2010-08-12T18:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673729#M381994</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Here I put the details of the connection&lt;BR /&gt;&amp;gt; with and without verbose mode: &lt;BR /&gt;&lt;BR /&gt;That's half of what I asked for.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...]  If you&lt;BR /&gt;&amp;gt; compare the output from that for a successful&lt;BR /&gt;&amp;gt; "ssh" command with that for a failing "ssh"&lt;BR /&gt;&amp;gt; command, then you may be able to diagnose the&lt;BR /&gt;&amp;gt; problem yourself.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&amp;gt; debug3: Not a RSA1 key file /home/bckpuser/.ssh/id_rsa.&lt;BR /&gt;&amp;gt; debug2: key_type_from_name: unknown key type '-----BEGIN'&lt;BR /&gt;&amp;gt; debug3: key_read: missing keytype&lt;BR /&gt;&amp;gt; debug3: key_read: missing whitespace &lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Where did you get that key file?  This looks&lt;BR /&gt;as if you have an SSH2-format key file&lt;BR /&gt;instead of an OpenSSH-format key file.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; debug1: Offering public key: /home/bckpuser/.ssh/id_rsa&lt;BR /&gt;&amp;gt; debug3: send_pubkey_test&lt;BR /&gt;debug2: we sent a publickey packet, wait for reply&lt;BR /&gt;&amp;gt; debug3: Wrote 368 bytes for a total of 1508&lt;BR /&gt;&amp;gt; debug1: Authentications that can continue: publickey,password,keyboard-interactive &lt;BR /&gt;&lt;BR /&gt;That key failed.  (Which is not amazing, if&lt;BR /&gt;it has the wrong format.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I already put the "id_rsa.pub" file&lt;BR /&gt;&amp;gt; content in the "authorized_keys" on the&lt;BR /&gt;&amp;gt; remote machine. &lt;BR /&gt;&lt;BR /&gt;And what did that look like?&lt;BR /&gt;      ---- BEGIN SSH2 PUBLIC KEY ----&lt;BR /&gt;      [...]&lt;BR /&gt;or:&lt;BR /&gt;      ssh-dss blah-blah-blah-...&lt;BR /&gt;or what?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] 2 server [...]&lt;BR /&gt;&lt;BR /&gt;What, exactly, are these "2 server"?&lt;BR /&gt;&lt;BR /&gt;     uname -a&lt;BR /&gt;     ssh -V&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...]  As usual,&lt;BR /&gt;&amp;gt; showing actual commands with their actual&lt;BR /&gt;&amp;gt; output can be more helpful than vague (or&lt;BR /&gt;&amp;gt; incomplete) descriptions and interpretations.&lt;BR /&gt;&lt;BR /&gt;Still true.</description>
      <pubDate>Thu, 12 Aug 2010 20:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-connection-issue/m-p/4673729#M381994</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-12T20:56:35Z</dc:date>
    </item>
  </channel>
</rss>

