<?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: OpenSSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998375#M125891</link>
    <description>Thanks guys,&lt;BR /&gt;&lt;BR /&gt;Gary.</description>
    <pubDate>Tue, 17 Jun 2003 10:50:54 GMT</pubDate>
    <dc:creator>Jon Talbot</dc:creator>
    <dc:date>2003-06-17T10:50:54Z</dc:date>
    <item>
      <title>OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998367#M125883</link>
      <description>I administer a HP-UX 11.00 machine and have been asked by a user for OpenSSH to be installed. This will enable a 3rd party to log in &amp;amp; configure an application. I have not used this before and am a bit worried about the security implications. Can anyone offer any advice please.&lt;BR /&gt;&lt;BR /&gt;Thanks, Gary.</description>
      <pubDate>Mon, 16 Jun 2003 12:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998367#M125883</guid>
      <dc:creator>Jon Talbot</dc:creator>
      <dc:date>2003-06-16T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998368#M125884</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;receive for free from &lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2003 12:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998368#M125884</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-06-16T12:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998369#M125885</link>
      <description>As delivered, HP's OpenSSH is very secure.  The default config only accepts Protocol 2 connections, as there are some concerns about Protocol 1 being vunerable to attack.&lt;BR /&gt;&lt;BR /&gt;Also, ssh in general is much safer than telnet or rlogin connections.  All communications, including passwords, are encrypted between the two hosts. &lt;BR /&gt;&lt;BR /&gt;One thing you can do is change the default config file (/opt/ssh/etc/sshd_config) to remove root login capability:&lt;BR /&gt;&lt;BR /&gt;PermitRootLogin no&lt;BR /&gt;&lt;BR /&gt;ANother is to modify the /opt/ssh/etc/ssh_prng_cmds file to include only valid hp-ux commands.  This file defines what commands to run to generate entropy, and having invalid system commands and result in a poorer source of random numbers, and slower connect times.  I've included my ssh_prng_cmds file as an example; hopefully others will do the same.</description>
      <pubDate>Mon, 16 Jun 2003 12:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998369#M125885</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-06-16T12:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998370#M125886</link>
      <description>Using ssh is always more secure then using no ssh. &lt;BR /&gt;&lt;BR /&gt;The advantage of using ssh with third party application support&lt;BR /&gt;&lt;BR /&gt;- you can use a passphrase to connect and must not change your password of your application-user&lt;BR /&gt;- lan traffic is encrypted&lt;BR /&gt;&lt;BR /&gt;It does not protect against errors of the support.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 16 Jun 2003 12:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998370#M125886</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-06-16T12:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998371#M125887</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;using ssh is safe as long as the password and keys is handled properly. (I.e. only users with the appropriate clearance have keys/passwords to the respective access level. Use ssh-agent for automatic password handling. &lt;BR /&gt;&lt;BR /&gt;And of course forcing enforcing good passwords, deleting inactive accounts, locking the rack, the room, and so on) But that not ssh's responsibility though...&lt;BR /&gt;&lt;BR /&gt;Also subscribe to security bulletins, to get alerts about ssh security bugs, as soon as they are discovered. &lt;BR /&gt;&lt;BR /&gt;If you are really paranoid, you can even implement NIDS (Network Intrusion Detection systems SNORT/IDS 9000) , or HIDS (host based intrusion detection systems (IDS 9000/tripwire))&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2003 12:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998371#M125887</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-06-16T12:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998372#M125888</link>
      <description>just be sure and disable telnet and ftp&lt;BR /&gt;&lt;BR /&gt;there is a secure ftp client also&lt;BR /&gt;&lt;BR /&gt;I am sure that you have the remote commands already disabled such as rcp, rsh, rlogin, etc</description>
      <pubDate>Mon, 16 Jun 2003 12:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998372#M125888</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2003-06-16T12:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998373#M125889</link>
      <description>Installing &amp;amp; using SSH is easy and straightforward.  It raises the security level of your systems fairly high.  The only caveat is that on 11.0 (and earlier) systems, the initial handshake can be lengthy.  But once established, its just as fast as ftp and remsh.  On 11i and later versions, the handshaking is much faster.  &lt;BR /&gt;I've attached my usual document on how to install and use ssh/scp.  Its a little confusing at first, but like most things sysadminish, its really just a matter of getting used to it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 16 Jun 2003 12:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998373#M125889</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-06-16T12:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998374#M125890</link>
      <description>You should remember that SSH only protects your data whilst "in flight". It does not protect it whilst at rest, therefore it is still vital that you rigorously enforce file access permissions.&lt;BR /&gt;&lt;BR /&gt;A common mistake is to use a pc client such as Exceed that stores passwords, and automates logins.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jun 2003 04:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998374#M125890</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2003-06-17T04:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998375#M125891</link>
      <description>Thanks guys,&lt;BR /&gt;&lt;BR /&gt;Gary.</description>
      <pubDate>Tue, 17 Jun 2003 10:50:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2998375#M125891</guid>
      <dc:creator>Jon Talbot</dc:creator>
      <dc:date>2003-06-17T10:50:54Z</dc:date>
    </item>
  </channel>
</rss>

