<?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: Secure Shell Login Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574127#M741489</link>
    <description>&lt;BR /&gt;if you are getting connection refused messages then it is more likely that a firewall is blocking your connections to the ssh server.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Jun 2005 10:06:32 GMT</pubDate>
    <dc:creator>Gopi Sekar</dc:creator>
    <dc:date>2005-06-30T10:06:32Z</dc:date>
    <item>
      <title>Secure Shell Login Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574123#M741485</link>
      <description>I am not able to login into a server from client. I validated that the ssh2d daemon is running. Actually, stopped and restarted, but still could not login. I can ping internal IP's to ssh clients to and from this server from the console with success. I don't believe there is a network/configuration issue. Client is installed with ssh 5.2 Build 10 and the server I am trying to connect to is using Open SSH 3.6.1p2</description>
      <pubDate>Thu, 30 Jun 2005 07:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574123#M741485</guid>
      <dc:creator>RIACDC</dc:creator>
      <dc:date>2005-06-30T07:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell Login Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574124#M741486</link>
      <description>From client post ssh -vvv "server"&lt;BR /&gt;From server opst sshd -ddd&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 30 Jun 2005 08:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574124#M741486</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-30T08:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell Login Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574125#M741487</link>
      <description>This can have many causes.&lt;BR /&gt;As Anil said, you get varying degrees of verbosity output from the ssh client from 1-3 -v that will usually point you to the problem.&lt;BR /&gt;Sometimes it's too permissive rights on the user's $HOME/.ssh dir or private key files,&lt;BR /&gt;sometimes the remote login has expired etc.</description>
      <pubDate>Thu, 30 Jun 2005 09:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574125#M741487</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-06-30T09:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell Login Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574126#M741488</link>
      <description>Anvil,&lt;BR /&gt;&lt;BR /&gt;Perfect! Your solution solved my issue. &lt;BR /&gt;&lt;BR /&gt;Okay then, what are these commands or can you explain what they do?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Dodger</description>
      <pubDate>Thu, 30 Jun 2005 10:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574126#M741488</guid>
      <dc:creator>RIACDC</dc:creator>
      <dc:date>2005-06-30T10:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell Login Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574127#M741489</link>
      <description>&lt;BR /&gt;if you are getting connection refused messages then it is more likely that a firewall is blocking your connections to the ssh server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 10:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574127#M741489</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-30T10:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell Login Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574128#M741490</link>
      <description>Good, you youself solved it. Everyting there is the man pages. man ssh and man sshd&lt;BR /&gt;&lt;BR /&gt;It adds the debugging information.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 30 Jun 2005 10:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574128#M741490</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-30T10:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell Login Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574129#M741491</link>
      <description>&lt;BR /&gt;Gentleman,&lt;BR /&gt;&lt;BR /&gt;Anvil corrected my issue with using secure shell to login into an HP-UX client to server and reverse. &lt;BR /&gt;&lt;BR /&gt;I just attempted to login into this server using a windows based ssh client, but this client fails to connect to the server. Is there a similiar command set to faciliate windows ssh client to HP-UX server connectivity. My windows client can ping my HP-UX sshe server.</description>
      <pubDate>Thu, 30 Jun 2005 10:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-login-problem/m-p/3574129#M741491</guid>
      <dc:creator>RIACDC</dc:creator>
      <dc:date>2005-06-30T10:32:29Z</dc:date>
    </item>
  </channel>
</rss>

