<?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: secure ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502214#M757983</link>
    <description>Ian,&lt;BR /&gt;&lt;BR /&gt;I've been trying to implement proftpd on a test server and have come accross a few glitches... please contact me at frank.quinteros@unistudios.com would like to ask a few questions...</description>
    <pubDate>Wed, 14 Mar 2001 16:53:46 GMT</pubDate>
    <dc:creator>Paul T. Green</dc:creator>
    <dc:date>2001-03-14T16:53:46Z</dc:date>
    <item>
      <title>secure ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502208#M757977</link>
      <description>I am interested in implementing a secure method for ftp'ing files into one our prod. servers without trusting it.  Someone mentioned ftppro, but have been unable to find a copy of it.  Does HP recommend any particular one?  Any ideas. Thanx in adv.</description>
      <pubDate>Wed, 07 Mar 2001 13:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502208#M757977</guid>
      <dc:creator>Paul T. Green</dc:creator>
      <dc:date>2001-03-07T13:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: secure ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502209#M757978</link>
      <description>What about ssh (&lt;A href="http://www.ssh.org)" target="_blank"&gt;www.ssh.org)&lt;/A&gt; and sftp ?&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Mar 2001 14:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502209#M757978</guid>
      <dc:creator>BOSCHIAN Xavier</dc:creator>
      <dc:date>2001-03-07T14:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: secure ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502210#M757979</link>
      <description>Xavier, ssh is more of a general internet &lt;BR /&gt;IP spoofing, IP source routing, DNS spoofing, &lt;BR /&gt;manipulation of data, and attacks based on listening to X authentication data and spoofed connection to the X11- server type app.  I am not sure that I want to get into heavy configurations.&lt;BR /&gt;What is HP's take on SSH?&lt;BR /&gt;SFTP 0.9.6 is still working on bug fixes.  Don't want to use it!</description>
      <pubDate>Wed, 07 Mar 2001 14:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502210#M757979</guid>
      <dc:creator>Paul T. Green</dc:creator>
      <dc:date>2001-03-07T14:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: secure ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502211#M757980</link>
      <description>We are using proftpd-1.2.0pre9 for the simple reason that I can lock down users to whatever level of access I wish very easily with the config files. You can download precompiled libs or source code from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://eigen.ee.ualberta.ca/hppd/hpux/Networking/FTP/proftpd-1.2.0pre9/" target="_blank"&gt;http://eigen.ee.ualberta.ca/hppd/hpux/Networking/FTP/proftpd-1.2.0pre9/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 08 Mar 2001 15:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502211#M757980</guid>
      <dc:creator>Ian Cameron</dc:creator>
      <dc:date>2001-03-08T15:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: secure ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502212#M757981</link>
      <description>We also use proftpd,  Are you concerned with people sniffing flat text passwords or concerned with what the users get access to?  If your only focus is what they get access to, definately use proftpd.  If it's the secure network issue, use the ssh product.  In proftpd you can specify which ip address can access your box, what directory appears to be their home, what access to files (rwx), what access to directorys (remove/list).  It's very flexiable and customizable.  The syntax in the conf file looks a lot like HTML. It's very easy to setup, and it includes examples.&lt;BR /&gt;Hope that helps..&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Thu, 08 Mar 2001 17:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502212#M757981</guid>
      <dc:creator>Brian Markus</dc:creator>
      <dc:date>2001-03-08T17:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: secure ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502213#M757982</link>
      <description>We use scp (Secure Copy Program) instead of ftp for non-interactive file transfers. scp is part of the ssh bundle. The version we use is from OpenSSH (&lt;A href="http://www.openssh.com)" target="_blank"&gt;http://www.openssh.com)&lt;/A&gt; which runs fine under HP-UX. You can also download it precompiled from one of the HP-UX porting sites.&lt;BR /&gt;&lt;BR /&gt;To make it work in batch mode for root we use the /.shosts file (gives host level root equivalency which is a risk). For command line work any valid user account can use it.&lt;BR /&gt;&lt;BR /&gt;The pluses to us are the fact that the userid/password is never sent un-encrypted, and each host has a digital signature so it automagically verifies that you are talking to the host you think you're talking to.&lt;BR /&gt;&lt;BR /&gt;There is some complexity, but just starting with the defaults will give you 99% of what you are looking for.</description>
      <pubDate>Tue, 13 Mar 2001 18:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502213#M757982</guid>
      <dc:creator>Jerry L. Anderson</dc:creator>
      <dc:date>2001-03-13T18:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: secure ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502214#M757983</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;I've been trying to implement proftpd on a test server and have come accross a few glitches... please contact me at frank.quinteros@unistudios.com would like to ask a few questions...</description>
      <pubDate>Wed, 14 Mar 2001 16:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp/m-p/2502214#M757983</guid>
      <dc:creator>Paul T. Green</dc:creator>
      <dc:date>2001-03-14T16:53:46Z</dc:date>
    </item>
  </channel>
</rss>

