<?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: Implementing secure shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903240#M404465</link>
    <description>docs is available at&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1471-90008/index.html" target="_blank"&gt;http://docs.hp.com/en/T1471-90008/index.html&lt;/A&gt;&lt;BR /&gt;installation at:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1471-90008/ch01s07.html" target="_blank"&gt;http://docs.hp.com/en/T1471-90008/ch01s07.html&lt;/A&gt;</description>
    <pubDate>Fri, 20 May 2005 22:22:36 GMT</pubDate>
    <dc:creator>Nguyen Anh Tien</dc:creator>
    <dc:date>2005-05-20T22:22:36Z</dc:date>
    <item>
      <title>Implementing secure shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903235#M404460</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;       I would like to implement secure shell.&lt;BR /&gt;&lt;BR /&gt;let me know all steps related to secure shell.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Raj</description>
      <pubDate>Fri, 20 May 2005 12:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903235#M404460</guid>
      <dc:creator>KRS_1</dc:creator>
      <dc:date>2005-05-20T12:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing secure shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903236#M404461</link>
      <description>Install secure shell on 2 servers ( ex. HOME and REMOTE)&lt;BR /&gt;&lt;BR /&gt;a. Edit the /opt/ssh/etc/ssh_config file, change the following keyword to the example.&lt;BR /&gt;&lt;BR /&gt;Protocol 2,1&lt;BR /&gt;&lt;BR /&gt;b. Edit the /opt/ssh/etc/sshd_config file, change the following keywords or uncomment the keywords as listed below.&lt;BR /&gt;&lt;BR /&gt;Protocol 2,1&lt;BR /&gt;HostKey /opt/ssh/etc/ssh_host_key&lt;BR /&gt;HostKey /opt/ssh/etc/ssh_host_rsa_key&lt;BR /&gt;HostKey /opt/ssh/etc/ssh_host_dsa_key&lt;BR /&gt;PermitRootLogin yes&lt;BR /&gt;PubkeyAuthentication yes&lt;BR /&gt;AuthorizedKeysFile      .ssh/authorized_keys&lt;BR /&gt;RhostsAuthentication no&lt;BR /&gt;IgnoreRhosts yes&lt;BR /&gt;PermitEmptyPasswords no&lt;BR /&gt;X11Forwarding no&lt;BR /&gt;&lt;BR /&gt;c. Establish the root trust from HOME to the root account REMOTE.&lt;BR /&gt;&lt;BR /&gt;on REMOTE&lt;BR /&gt;cd /roots/.ssh&lt;BR /&gt;scp HOME:/roots/.ssh/id_rsa.pub ./id_rsa.pub.HOME&lt;BR /&gt;cat id_rsa.pub.HOME &amp;gt;&amp;gt; authorized_keys&lt;BR /&gt;&lt;BR /&gt;d. Test the trusted login ability of root on HOME&lt;BR /&gt;&lt;BR /&gt;root@HOME# ssh REMOTE&lt;BR /&gt;&lt;BR /&gt;if the login was successful without a password the configuration is complete.&lt;BR /&gt;&lt;BR /&gt;This should get you going to set up ssh for root between 2 servers. just repeat the procedure for any other REMOTE server.</description>
      <pubDate>Fri, 20 May 2005 12:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903236#M404461</guid>
      <dc:creator>Robert Bennett_3</dc:creator>
      <dc:date>2005-05-20T12:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing secure shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903237#M404462</link>
      <description>... and if you need ssh-client on windows, use putty !&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 20 May 2005 13:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903237#M404462</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2005-05-20T13:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing secure shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903238#M404463</link>
      <description>if you only need secure shell and not trusted systems and rlogin without password. there is only 2 steps.&lt;BR /&gt;&lt;BR /&gt;- Install latest ssh package&lt;BR /&gt;- disable unsecure shell (telnet)&lt;BR /&gt;&lt;BR /&gt;Enjoy.&lt;BR /&gt;&lt;BR /&gt;I also recommend to install with ssh tcpwrapper to be able to refuse connection based on IP of requestor.&lt;BR /&gt;&lt;BR /&gt;Permit Root login is not recommended just secure shell with a normal user and su in your shell. Because root is a well known account name. this will disallow bruteforce Cracking.</description>
      <pubDate>Fri, 20 May 2005 13:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903238#M404463</guid>
      <dc:creator>Rouchon_2</dc:creator>
      <dc:date>2005-05-20T13:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing secure shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903239#M404464</link>
      <description>Hi Raj,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&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;Check out the release notes link.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 20 May 2005 13:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903239#M404464</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-05-20T13:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing secure shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903240#M404465</link>
      <description>docs is available at&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1471-90008/index.html" target="_blank"&gt;http://docs.hp.com/en/T1471-90008/index.html&lt;/A&gt;&lt;BR /&gt;installation at:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1471-90008/ch01s07.html" target="_blank"&gt;http://docs.hp.com/en/T1471-90008/ch01s07.html&lt;/A&gt;</description>
      <pubDate>Fri, 20 May 2005 22:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903240#M404465</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-05-20T22:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing secure shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903241#M404466</link>
      <description>You need to install the Secure Shell application, either from the application CD or download the bundle from site. This won't be installed by default on an HP UX installation.&lt;BR /&gt;Under /etc/opt/ssh you can find the configuration files and do the appropriate modifications to tune for your requirements.&lt;BR /&gt;&lt;BR /&gt;After modifications u need to kill /opt/ssh/sbin/sshd process and restart it to reflect the changes..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;SK</description>
      <pubDate>Sat, 21 May 2005 02:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903241#M404466</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2005-05-21T02:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing secure shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903242#M404467</link>
      <description>Thank you guys</description>
      <pubDate>Sat, 11 Jun 2005 20:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/implementing-secure-shell/m-p/4903242#M404467</guid>
      <dc:creator>KRS_1</dc:creator>
      <dc:date>2005-06-11T20:24:30Z</dc:date>
    </item>
  </channel>
</rss>

