<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377664#M196848</link>
    <description>IF you happen to have problems with getting it to accept without a password. Here is my post addressing that issue.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=691182" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=691182&lt;/A&gt;</description>
    <pubDate>Mon, 13 Sep 2004 09:51:54 GMT</pubDate>
    <dc:creator>Todd McDaniel_1</dc:creator>
    <dc:date>2004-09-13T09:51:54Z</dc:date>
    <item>
      <title>SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377660#M196844</link>
      <description>What have I to install or configure to run and use  SSH  on HP-UX 11.11.</description>
      <pubDate>Mon, 13 Sep 2004 06:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377660#M196844</guid>
      <dc:creator>Marco_163</dc:creator>
      <dc:date>2004-09-13T06:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377661#M196845</link>
      <description>You have to install this product&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Documentation is available here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/internet/index.html#HP-UX%20Secure%20Shell" target="_blank"&gt;http://docs.hp.com/hpux/internet/index.html#HP-UX%20Secure%20Shell&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 13 Sep 2004 07:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377661#M196845</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-09-13T07:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377662#M196846</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;you can install this:&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 13 Sep 2004 07:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377662#M196846</guid>
      <dc:creator>Michael_356</dc:creator>
      <dc:date>2004-09-13T07:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377663#M196847</link>
      <description>SSH setup.&lt;BR /&gt;&lt;BR /&gt;1.download HP secure shell from software.hp.com&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;current version is A.03.81 ( T1471AA)&lt;BR /&gt;&lt;BR /&gt;2.Use swinstall to install the depot.&lt;BR /&gt;&lt;BR /&gt;use the following command &lt;BR /&gt;&lt;BR /&gt;swinsatll -s $PWD/***.depot T1471AA&lt;BR /&gt;&lt;BR /&gt;3. HP Secure Shell is based on Openssh and it is compiled with &lt;BR /&gt;   a. Openssl&lt;BR /&gt;   b. tcp_wrapper&lt;BR /&gt;   c. zlib&lt;BR /&gt;4. Once installed the SSHD server starts to run automatically on port 22&lt;BR /&gt;&lt;BR /&gt;5. ps -ef | grep sshd will show if the sshd server runs on the specifiedport ( default 22) &lt;BR /&gt;&lt;BR /&gt;6. If you are using PAM make sure "UsePAM yes" is enabled in /opt/ssh/etc/sshd_config.&lt;BR /&gt;&lt;BR /&gt;7. For more information on sshd_config and various options on both client and server refer the secure shell release notes.&lt;BR /&gt;&lt;BR /&gt;The following links are quite useful&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://newfdawg.com/SHP-SSHpart1.htm" target="_blank"&gt;http://newfdawg.com/SHP-SSHpart1.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://newfdawg.com/SHP-SSHpart2.htm" target="_blank"&gt;http://newfdawg.com/SHP-SSHpart2.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure you have applied all the patches to the system which are mentioned in the Secure Shell release notes</description>
      <pubDate>Mon, 13 Sep 2004 08:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377663#M196847</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2004-09-13T08:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377664#M196848</link>
      <description>IF you happen to have problems with getting it to accept without a password. Here is my post addressing that issue.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=691182" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=691182&lt;/A&gt;</description>
      <pubDate>Mon, 13 Sep 2004 09:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377664#M196848</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-09-13T09:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377665#M196849</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are some good links in this thread too. Take a look.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=634785" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=634785&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram</description>
      <pubDate>Mon, 13 Sep 2004 10:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh/m-p/3377665#M196849</guid>
      <dc:creator>R. Sri Ram Kishore_1</dc:creator>
      <dc:date>2004-09-13T10:42:45Z</dc:date>
    </item>
  </channel>
</rss>

