<?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 permission denied issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494185#M38181</link>
    <description>Check for key presence: &lt;BR /&gt;&lt;BR /&gt;debug: key does not exist: /root/.ssh/id_dsa&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Wed, 09 Sep 2009 21:26:38 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2009-09-09T21:26:38Z</dc:date>
    <item>
      <title>SSH permission denied issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494180#M38176</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We have a peculiar ssh issue between 2 Linux hosts. 1 SYS_A (SLES 10, 10.99.20.253)  and other SYS_B(SuSE 7.0, 10.99.20.76) systems.&lt;BR /&gt;We can ssh from SYS_A to SYS_B but gets permission denied from SYS_B to SYS_A. Here is the verbose output.&lt;BR /&gt;&lt;BR /&gt;SYS_B &amp;gt;&amp;gt; ssh SYS_A  -v&lt;BR /&gt;SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.&lt;BR /&gt;Compiled with SSL (0x0090581f).&lt;BR /&gt;debug: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug: Applying options for *&lt;BR /&gt;debug: Seeding random number generator&lt;BR /&gt;debug: ssh_connect: getuid 501 geteuid 0 anon 0&lt;BR /&gt;debug: Connecting to SYS_A [10.99.20.253] port 22.&lt;BR /&gt;debug: Seeding random number generator&lt;BR /&gt;debug: Allocated local port 804.&lt;BR /&gt;debug: Connection established.&lt;BR /&gt;debug: Remote protocol version 1.99, remote software version OpenSSH_4.2&lt;BR /&gt;debug: Local version string SSH-1.5-OpenSSH_2.1.1&lt;BR /&gt;debug: Waiting for server public key.&lt;BR /&gt;debug: Received server public key (768 bits) and host key (1024 bits).&lt;BR /&gt;The authenticity of host 'SYS_A' can't be established.&lt;BR /&gt;RSA key fingerprint is ee:a4:e7:42:4b:d3:2d:8b:22:c2:33:7c:16:4d:a2:08.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;BR /&gt;Warning: Permanently added 'SYS_A,10.99.20.253' (RSA) to the list of known hosts.&lt;BR /&gt;debug: Seeding random number generator&lt;BR /&gt;debug: Encryption type: 3des&lt;BR /&gt;debug: Sent encrypted session key.&lt;BR /&gt;debug: Installing crc compensation attack detector.&lt;BR /&gt;debug: Received encrypted confirmation.&lt;BR /&gt;Permission denied.&lt;BR /&gt;debug: Calling cleanup 0x805d200(0x0)&lt;BR /&gt;SYS_B &amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYS_B &amp;gt;&amp;gt; netstat -rn&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface&lt;BR /&gt;10.99.20.0      0.0.0.0         255.255.255.0   U         0 0          0 eth0&lt;BR /&gt;10.0.0.0        0.0.0.0         255.255.255.0   U         0 0          0 san1&lt;BR /&gt;127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0 lo&lt;BR /&gt;0.0.0.0         10.99.20.253    0.0.0.0         UG        0 0          0 eth0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The SYS_A is having ,&lt;BR /&gt;SYS_A&amp;gt;&amp;gt; ssh -V&lt;BR /&gt;OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005&lt;BR /&gt;&lt;BR /&gt;and SYS_B ,&lt;BR /&gt;SYSB &amp;gt;&amp;gt; ssh -V&lt;BR /&gt;SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f).&lt;BR /&gt;&lt;BR /&gt;Plz let me know if you need anymore info.&lt;BR /&gt;Plz suggest.&lt;BR /&gt;&lt;BR /&gt;Thanx.&lt;BR /&gt;admin</description>
      <pubDate>Wed, 09 Sep 2009 08:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494180#M38176</guid>
      <dc:creator>admin1979</dc:creator>
      <dc:date>2009-09-09T08:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSH permission denied issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494181#M38177</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Check the ownership of the directory .ssh and the files within, permissions as well.&lt;BR /&gt;&lt;BR /&gt;Consider restarting the sshd daemon on the receiving server.&lt;BR /&gt;&lt;BR /&gt;Check these two reference articles:&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=19" target="_blank"&gt;http://www.hpux.ws/?p=19&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=10" target="_blank"&gt;http://www.hpux.ws/?p=10&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Sep 2009 09:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494181#M38177</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-09-09T09:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSH permission denied issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494182#M38178</link>
      <description>"Local version string: SSH-1.5-OpenSSH_2.1.1" and other messages after it suggest SYS_B is trying to use SSH protocol version 1. That protocol version has known weaknesses and modern systems may disable the backwards compatibility at the server side by default. &lt;BR /&gt;&lt;BR /&gt;On the other hand, OpenSSH 2.1.1 is so old that SSH protocol 2.0 might have been still treated as "experimental" back when it was released, and you may have to change the settings to use it.&lt;BR /&gt;&lt;BR /&gt;The version string is of the form SSH-&lt;PROTOCOL-VERSION&gt;-&lt;CLIENT&gt;_&lt;CLIENT-VERSION&gt;. Protocol version 1.99 would mean "I'm really 2.0 but I may be able to use protocol version 1.x too."&lt;BR /&gt;&lt;BR /&gt;Please check the "Protocol" setting in /etc/ssh/ssh_config on SYS_B, and in /etc/ssh/sshd_config on SYS_A respectively.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/CLIENT-VERSION&gt;&lt;/CLIENT&gt;&lt;/PROTOCOL-VERSION&gt;</description>
      <pubDate>Wed, 09 Sep 2009 09:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494182#M38178</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-09-09T09:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSH permission denied issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494183#M38179</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thats sound interesting but what settings need to be modified ?&lt;BR /&gt;&lt;BR /&gt;In fact on both the systems,&lt;BR /&gt;&lt;BR /&gt;/etc/ssh/ssh_config says,&lt;BR /&gt;&lt;BR /&gt;#   Protocol 2,1&lt;BR /&gt;&lt;BR /&gt;Anything else you need?&lt;BR /&gt;&lt;BR /&gt;Thanx,&lt;BR /&gt;admin</description>
      <pubDate>Wed, 09 Sep 2009 10:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494183#M38179</guid>
      <dc:creator>admin1979</dc:creator>
      <dc:date>2009-09-09T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: SSH permission denied issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494184#M38180</link>
      <description>&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I tried using a different Protocol  and got below messages,&lt;BR /&gt;&lt;BR /&gt;SYS_B:&amp;gt; ssh SYS_A -2 -v&lt;BR /&gt;SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.&lt;BR /&gt;Compiled with SSL (0x0090581f).&lt;BR /&gt;debug: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug: Applying options for *&lt;BR /&gt;debug: ssh_connect: getuid 0 geteuid 0 anon 0&lt;BR /&gt;debug: Connecting to SYS_A [10.99.20.253] port 22.&lt;BR /&gt;debug: Seeding random number generator&lt;BR /&gt;debug: Allocated local port 648.&lt;BR /&gt;debug: Connection established.&lt;BR /&gt;debug: Remote protocol version 1.99, remote software version OpenSSH_4.2&lt;BR /&gt;Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug: Local version string SSH-2.0-OpenSSH_2.1.1&lt;BR /&gt;debug: send KEXINIT&lt;BR /&gt;debug: done&lt;BR /&gt;debug: wait KEXINIT&lt;BR /&gt;debug: got kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;BR /&gt;debug: got kexinit: ssh-rsa,ssh-dss&lt;BR /&gt;debug: got kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug: got kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug: got kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug: got kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug: got kexinit: none,zlib@openssh.com&lt;BR /&gt;debug: got kexinit: none,zlib@openssh.com&lt;BR /&gt;debug: got kexinit:&lt;BR /&gt;debug: got kexinit:&lt;BR /&gt;debug: first kex follow: 0&lt;BR /&gt;debug: reserved: 0&lt;BR /&gt;debug: done&lt;BR /&gt;debug: kex: server-&amp;gt;client 3des-cbc hmac-sha1 none&lt;BR /&gt;debug: kex: client-&amp;gt;server 3des-cbc hmac-sha1 none&lt;BR /&gt;debug: Sending SSH2_MSG_KEXDH_INIT.&lt;BR /&gt;debug: bits set: 506/1024&lt;BR /&gt;debug: Wait SSH2_MSG_KEXDH_REPLY.&lt;BR /&gt;debug: Got SSH2_MSG_KEXDH_REPLY.&lt;BR /&gt;debug: keytype ssh-dss&lt;BR /&gt;debug: keytype ssh-dss&lt;BR /&gt;debug: keytype ssh-dss&lt;BR /&gt;debug: Host 'SYS_A' is known and matches the DSA host key.&lt;BR /&gt;debug: bits set: 499/1024&lt;BR /&gt;debug: len 55 datafellows 0&lt;BR /&gt;debug: dsa_verify: signature correct&lt;BR /&gt;debug: Wait SSH2_MSG_NEWKEYS.&lt;BR /&gt;debug: GOT SSH2_MSG_NEWKEYS.&lt;BR /&gt;debug: send SSH2_MSG_NEWKEYS.&lt;BR /&gt;debug: done: send SSH2_MSG_NEWKEYS.&lt;BR /&gt;debug: done: KEX2.&lt;BR /&gt;debug: send SSH2_MSG_SERVICE_REQUEST&lt;BR /&gt;debug: service_accept: ssh-userauth&lt;BR /&gt;debug: got SSH2_MSG_SERVICE_ACCEPT&lt;BR /&gt;debug: authentications that can continue: publickey,keyboard-interactive&lt;BR /&gt;debug: key does not exist: /root/.ssh/id_dsa&lt;BR /&gt;Permission denied (publickey,keyboard-interactive).&lt;BR /&gt;debug: Calling cleanup 0x805d200(0x0)&lt;BR /&gt;SYS_B&amp;gt;</description>
      <pubDate>Wed, 09 Sep 2009 10:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494184#M38180</guid>
      <dc:creator>admin1979</dc:creator>
      <dc:date>2009-09-09T10:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSH permission denied issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494185#M38181</link>
      <description>Check for key presence: &lt;BR /&gt;&lt;BR /&gt;debug: key does not exist: /root/.ssh/id_dsa&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 09 Sep 2009 21:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-permission-denied-issue/m-p/4494185#M38181</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-09-09T21:26:38Z</dc:date>
    </item>
  </channel>
</rss>

