<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469760#M361024</link>
    <description>sever a to server b ssh connection not possiable&lt;BR /&gt;&lt;BR /&gt;server b to all server ssh connection possiable</description>
    <pubDate>Thu, 30 Jul 2009 06:14:40 GMT</pubDate>
    <dc:creator>madhudeepan</dc:creator>
    <dc:date>2009-07-30T06:14:40Z</dc:date>
    <item>
      <title>ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469757#M361021</link>
      <description>i am getting this error when i try to do ssh from inccisss0001 to inchfbag.&lt;BR /&gt;&lt;BR /&gt;root@inccisss0001 # ssh inchfbag -v&lt;BR /&gt;SSH Version SSH_1.0.1, protocol versions 1.5/2.0.&lt;BR /&gt;debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug1: ssh_connect: getuid 0 geteuid 0 anon 0&lt;BR /&gt;debug1: Connecting to inchfbag [172.24.131.2] port 22.&lt;BR /&gt;debug1: Allocated local port 1023.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file //.ssh/identity type 3&lt;BR /&gt;debug1: identity file //.ssh/id_rsa type 3&lt;BR /&gt;debug1: identity file //.ssh/id_dsa type 3&lt;BR /&gt;ssh_exchange_identification: Connection closed by remote host&lt;BR /&gt;debug1: Calling cleanup 0x3ee0c(0x0)&lt;BR /&gt;root@inccisss0001 #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but i am able to ssh from inchfbag&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;this is the error i am getting when i try to ssh from server-a to server-b.&lt;BR /&gt;&lt;BR /&gt;ssh_exchange_identification:closed by remote host&lt;BR /&gt;&lt;BR /&gt;but i am able to ssh from server-b to all servers</description>
      <pubDate>Thu, 30 Jul 2009 03:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469757#M361021</guid>
      <dc:creator>madhudeepan</dc:creator>
      <dc:date>2009-07-30T03:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469758#M361022</link>
      <description>Hi Madhudeepan.&lt;BR /&gt;&lt;BR /&gt;Please check syslog.log for messages like:&lt;BR /&gt;&lt;BR /&gt;sshd[23456]: refused connect from &lt;IP_ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;Check in the /etc/hosts.allow and /etc/hosts.deny files for any special permissions that may be limiting your access to sshd on the server.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;R.K.&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Thu, 30 Jul 2009 04:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469758#M361022</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-07-30T04:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469759#M361023</link>
      <description>Also....are you able to make any ssh connections or is it like only few connections can be made and after that you are getting these errors.&lt;BR /&gt;&lt;BR /&gt;Thanks..</description>
      <pubDate>Thu, 30 Jul 2009 04:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469759#M361023</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-07-30T04:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469760#M361024</link>
      <description>sever a to server b ssh connection not possiable&lt;BR /&gt;&lt;BR /&gt;server b to all server ssh connection possiable</description>
      <pubDate>Thu, 30 Jul 2009 06:14:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469760#M361024</guid>
      <dc:creator>madhudeepan</dc:creator>
      <dc:date>2009-07-30T06:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469761#M361025</link>
      <description>&amp;gt;sever a to server b ssh connection not possiable&lt;BR /&gt;&lt;BR /&gt;&amp;gt;server b to all server ssh connection possiable&lt;BR /&gt;&lt;BR /&gt;This statement is irrelevant to your problem. You may very well be able to ssh out but incoming ssh connections may not be accepted due to many reasons.&lt;BR /&gt;&lt;BR /&gt;1) are you sure sshd is listening on port 22 on inchfbag ?&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep sshd&lt;BR /&gt;netstat -an | grep LISTEN | grep 22&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) are you sure your corporate firewall is allowing incoming ssh connections to this server ?&lt;BR /&gt;&lt;BR /&gt;ask your firewall admins about this&lt;BR /&gt;&lt;BR /&gt;3) for further debugging, are you able to ssh into inchfbag from any other server ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jul 2009 11:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469761#M361025</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-30T11:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469762#M361026</link>
      <description>Is there a file /etc/hosts.deny in server-b which won't let server-a in?</description>
      <pubDate>Thu, 30 Jul 2009 14:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4469762#M361026</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-07-30T14:58:08Z</dc:date>
    </item>
  </channel>
</rss>

