<?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 enabled? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411951#M202736</link>
    <description>We are running HP-UX 11.0, and I had to install ssh.  I downloaded Secure Shell A.03.71.000 from &lt;A href="http://www.software.hp.com." target="_blank"&gt;www.software.hp.com.&lt;/A&gt;&lt;BR /&gt;The sshd daemon should start automatically after the installation.&lt;BR /&gt;On one of my systems this is the process:&lt;BR /&gt;root 7959  1  0  Jun 30 ?        0:00 /opt/ssh/sbin/sshd&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Nov 2004 10:30:36 GMT</pubDate>
    <dc:creator>Mike Patterson</dc:creator>
    <dc:date>2004-11-02T10:30:36Z</dc:date>
    <item>
      <title>SSH enabled?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411948#M202733</link>
      <description>I am not able to logging to a hpux host 11.0  via ssh from my windows desktop but I can telnet. Is it ssh conf. of the host is having any problem.</description>
      <pubDate>Mon, 01 Nov 2004 13:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411948#M202733</guid>
      <dc:creator>vaman</dc:creator>
      <dc:date>2004-11-01T13:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSH enabled?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411949#M202734</link>
      <description>For ssh to work permissions have to be correct on the /home/username/.ssh directory&lt;BR /&gt;&lt;BR /&gt;You can do this on HP-UX&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Attempt a connect.&lt;BR /&gt;&lt;BR /&gt;Also, review attached document.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 01 Nov 2004 13:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411949#M202734</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-01T13:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSH enabled?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411950#M202735</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the server to see if the SSH daemon is running:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep sshd&lt;BR /&gt;&lt;BR /&gt;Should have an entry that looks like:&lt;BR /&gt;&lt;BR /&gt;root 844 1 0 Oct 17 ?  0:00 /opt/ssh/sbin/sshd&lt;BR /&gt;&lt;BR /&gt;You're daemon *may* be in another location, but the point remains that without the daemon running the server will not respond to client connection requests.&lt;BR /&gt;If it's not running then you need to determine why. Check that there's a startup entry in /sbin/rc2.d - something like K700sshd2 and that in /etc/rc.config.d there's an sshd file that contains something like SSHD2=1 to enable startup.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 01 Nov 2004 13:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411950#M202735</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-11-01T13:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSH enabled?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411951#M202736</link>
      <description>We are running HP-UX 11.0, and I had to install ssh.  I downloaded Secure Shell A.03.71.000 from &lt;A href="http://www.software.hp.com." target="_blank"&gt;www.software.hp.com.&lt;/A&gt;&lt;BR /&gt;The sshd daemon should start automatically after the installation.&lt;BR /&gt;On one of my systems this is the process:&lt;BR /&gt;root 7959  1  0  Jun 30 ?        0:00 /opt/ssh/sbin/sshd&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 10:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411951#M202736</guid>
      <dc:creator>Mike Patterson</dc:creator>
      <dc:date>2004-11-02T10:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: SSH enabled?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411952#M202737</link>
      <description>Also - &lt;BR /&gt;&lt;BR /&gt;The startup script on 11.0 for ssh is&lt;BR /&gt;/sbin/rc2.d/S393secsh&lt;BR /&gt;The config file is:&lt;BR /&gt;/etc/rc.config.d/sshd&lt;BR /&gt;In this file, check that SSHD_START=1 &lt;BR /&gt;&lt;BR /&gt;I hope my posts help you out a bit.&lt;BR /&gt;- Mike</description>
      <pubDate>Tue, 02 Nov 2004 10:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411952#M202737</guid>
      <dc:creator>Mike Patterson</dc:creator>
      <dc:date>2004-11-02T10:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSH enabled?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411953#M202738</link>
      <description>from your windows desktop you will use putty - the MS version of SSH. On the HPUX side ensure that the sshd daemon is running; ps -ef | grep ssh.&lt;BR /&gt;&lt;BR /&gt;While using putty, ensure that you are using the correct port (22) to connect to the HP box. Make sure this port is open and not being used by another process - you can use lsof on the HP box to see. If the HP system does not resolve from Windows, use the IP address of the HP box in your putty config.</description>
      <pubDate>Tue, 02 Nov 2004 10:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411953#M202738</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-11-02T10:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSH enabled?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411954#M202739</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is possible the ssh is allowing only limited access from outside. Check your sshd_config file and see if the allowhosts is set. If it is commented out that means any one can ssh to this server. But if there is a subnet/domain/host entry in allowhosts, it means only those subnets/domain/hosts can ssh to this server.&lt;BR /&gt;&lt;BR /&gt;Can you ssh to this server from some other workstation / host.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 10:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-enabled/m-p/3411954#M202739</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-11-02T10:43:52Z</dc:date>
    </item>
  </channel>
</rss>

