<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236451#M469166</link>
    <description>Thanks everyone for the quick reponses.</description>
    <pubDate>Thu, 22 Apr 2010 12:44:50 GMT</pubDate>
    <dc:creator>DW1234</dc:creator>
    <dc:date>2010-04-22T12:44:50Z</dc:date>
    <item>
      <title>ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236443#M469158</link>
      <description>I have a test server that I am unable to ssh to although sshd and inetd are up. Any thoughts?</description>
      <pubDate>Thu, 22 Apr 2010 10:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236443#M469158</guid>
      <dc:creator>DW1234</dc:creator>
      <dc:date>2010-04-22T10:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236444#M469159</link>
      <description>Perhaps a better description of 'unable' would help. Can you ping by IP address? by hostname? What error messages do you see? What happens when you run ssh -vvv remoteHost? What is your server's model and OS version? Did you install the HP OpenSSH package or build it yourself? What version is ssh on your local system? Are you trying to use a PC for ssh? If so, what program are you using for ssh?</description>
      <pubDate>Thu, 22 Apr 2010 11:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236444#M469159</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-04-22T11:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236445#M469160</link>
      <description>Hi Bill,&lt;BR /&gt;I am able to ping by IP address as well as hostname. When I try to ssh to the server from another HPUX box, I get 'connecting to &lt;HOSTNAME&gt; failed: TCP/IP Failure. Server OS/B.11.11 U 9000/800.&lt;/HOSTNAME&gt;</description>
      <pubDate>Thu, 22 Apr 2010 11:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236445#M469160</guid>
      <dc:creator>DW1234</dc:creator>
      <dc:date>2010-04-22T11:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236446#M469161</link>
      <description>privide the bellow output&lt;BR /&gt;swlist | grep -i "Secure Shell"&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep -i ssh&lt;BR /&gt;netstat -an | grep -i 22</description>
      <pubDate>Thu, 22 Apr 2010 11:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236446#M469161</guid>
      <dc:creator>blu.karthi</dc:creator>
      <dc:date>2010-04-22T11:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236447#M469162</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check this &lt;BR /&gt;&lt;BR /&gt;#grep-i PermitRootLogin /opt/ssh/etc/sshd_config&lt;BR /&gt;&lt;BR /&gt;output :&lt;BR /&gt;&lt;BR /&gt;#PermitRootLogin yes&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC &lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2010 11:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236447#M469162</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-04-22T11:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236448#M469163</link>
      <description>ps -ef | grep ssh&lt;BR /&gt;    root 20331 27671  1 08:54:05 ttyp3     0:00 grep ssh&lt;BR /&gt;    root  1993 26215  0 08:28:25 ?         0:00 /appl/uas/ssh_3.2.3/sbin/sshd2&lt;BR /&gt;    root 26215     1  0 08:18:21 ?         0:00 /appl/uas/ssh_3.2.3/sbin/sshd2&lt;BR /&gt;    root 13649 26215  0 08:43:30 ?         0:00 /appl/uas/ssh_3.2.3/sbin/sshd2&lt;BR /&gt;    root 20643     1  0  Apr 21  ?         0:08 /appl/uas/ssh_3.2.3/sbin/sshd2&lt;BR /&gt;---------------------&lt;BR /&gt;No output for swlist | grep -i "secure shell"&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2010 11:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236448#M469163</guid>
      <dc:creator>DW1234</dc:creator>
      <dc:date>2010-04-22T11:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236449#M469164</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;try ssh -vvv to the server.&lt;BR /&gt;&lt;BR /&gt;Post the output.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 Apr 2010 12:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236449#M469164</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-22T12:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236450#M469165</link>
      <description>I looks like you have a non-standard ssh installed in /appl (also a non-standard location). If you have a lot of extra time on your hands, you can poke around in the /appl/uas directories to figure out hwat this is and how where it is configured. You may even have a non-standard port (not 22) configured on this server. I assume nobody remembers (or wrote down) how/why this was setup like this.</description>
      <pubDate>Thu, 22 Apr 2010 12:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236450#M469165</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-04-22T12:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236451#M469166</link>
      <description>Thanks everyone for the quick reponses.</description>
      <pubDate>Thu, 22 Apr 2010 12:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236451#M469166</guid>
      <dc:creator>DW1234</dc:creator>
      <dc:date>2010-04-22T12:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: ssh issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236452#M469167</link>
      <description>Issue was due to low swap space.</description>
      <pubDate>Thu, 22 Apr 2010 12:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issue/m-p/5236452#M469167</guid>
      <dc:creator>DW1234</dc:creator>
      <dc:date>2010-04-22T12:45:27Z</dc:date>
    </item>
  </channel>
</rss>

