<?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: howto set up secure ftp? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674893#M1250</link>
    <description>Christopher, can you go over a little more about kerberos ftp? I can't use ssh bec. client machine is windoze.  so, can you point me to some docs on how to implement kerberos ftp?  Thanks.</description>
    <pubDate>Tue, 12 Mar 2002 14:40:57 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2002-03-12T14:40:57Z</dc:date>
    <item>
      <title>howto set up secure ftp?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674890#M1247</link>
      <description>Gurus,&lt;BR /&gt;I've look at wu-ftp, and it doesn't seem so secure, password authentication is done in plain text. Does anyone one out there have any suggestion for secure ftp on RH Linux platform? Thanks.</description>
      <pubDate>Fri, 01 Mar 2002 21:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674890#M1247</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-03-01T21:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: howto set up secure ftp?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674891#M1248</link>
      <description>If other folks are going to be connecting via FTP, there really isn't one.  FTP blazes the username and password across the net in clear text, just like it has for 25 years.&lt;BR /&gt;&lt;BR /&gt;There is a FTP work alike called SFTP that comes with the Secure Shell (ssh) packages.  One open source distro for that is &lt;A href="http://www.openssh.org" target="_blank"&gt;http://www.openssh.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The down side is that to use sftp, you have to connect with sftp.</description>
      <pubDate>Fri, 01 Mar 2002 21:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674891#M1248</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2002-03-01T21:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: howto set up secure ftp?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674892#M1249</link>
      <description>There really isn't a way to set up ftp in a "secure" way.  Not by using standard ftp anyway.  There are two options to overcome this.  &lt;BR /&gt;&lt;BR /&gt;1.) If you're strictly worried about usernames and password getting sniffed, and your environment supports it, I would recommend looking at gssftp/kerberized ftp.  This is part of the krb5-workstation package from Red Hat.  This way at least your username/password will not be passed as plain text.&lt;BR /&gt;&lt;BR /&gt;2.) If you can't user kerberos, I recommend dumping ftp all together and going with ssh.  True, the encryption/unencryption overheads are somewhat of a burden on the host cpu(s), but other than this ssh is a wonderful tool (and with today's CPU speeds, there's really no excuse).  If you're familiar with the 'r'-tools, you'll appreciate ssh.  If all you want to do is transfer files and not offer a shell, look into the "scp" command.  Ssh allows for use of RSA and DSA keys, so if users choose to (after reading about the security implications) they can use public/private host key pairs to move data around without ever typing in a username or password.  Handy for system administrators also.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.</description>
      <pubDate>Tue, 12 Mar 2002 04:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674892#M1249</guid>
      <dc:creator>Christopher C. Weis</dc:creator>
      <dc:date>2002-03-12T04:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: howto set up secure ftp?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674893#M1250</link>
      <description>Christopher, can you go over a little more about kerberos ftp? I can't use ssh bec. client machine is windoze.  so, can you point me to some docs on how to implement kerberos ftp?  Thanks.</description>
      <pubDate>Tue, 12 Mar 2002 14:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674893#M1250</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-03-12T14:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: howto set up secure ftp?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674894#M1251</link>
      <description>Michael, actually there exist at least a couple sftp clients for windows. I refer you to &lt;A href="http://www.putty.org" target="_blank"&gt;www.putty.org&lt;/A&gt; and &lt;A href="http://www.itree.org" target="_blank"&gt;www.itree.org&lt;/A&gt; (a graphical sftp client that uses putty as its underpinnings.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 13 Mar 2002 03:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674894#M1251</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-03-13T03:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: howto set up secure ftp?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674895#M1252</link>
      <description>Well, if you want documentation about kerberos, I recommend looking at &lt;A href="http://web.mit.edu/kerberos/www/" target="_blank"&gt;http://web.mit.edu/kerberos/www/&lt;/A&gt;  They are the creators of the software.  Or, look at &lt;A href="http://www.isi.edu/gost/brian/security/kerberos.html." target="_blank"&gt;http://www.isi.edu/gost/brian/security/kerberos.html.&lt;/A&gt;  This is a much simpler explanation.&lt;BR /&gt;&lt;BR /&gt;As for the actual kerberized ftp server, I would look at /usr/share/doc/krb5-workstation-1.x.x/ and /usr/share/doc/krb5-server-1.x.x (on a red hat distro).  Or read through the docs on the mit page above.&lt;BR /&gt;&lt;BR /&gt;After reading a little, it looks like the actual data connection via kerberized ftp can be encrypted.  This could be very useful, but probably a little slower.&lt;BR /&gt;&lt;BR /&gt;Oh, you can use ssh from windows.  There are several programs out there , such as my favorite SecureCRT, that allow you to transfer data using "sz" and "rz".  If you're supporting a larg org., I would seriously look into kerberos though.&lt;BR /&gt;&lt;BR /&gt;If you can't get hold of any of the red hat docs, let me know and I'll email them to you.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;~Chris</description>
      <pubDate>Wed, 13 Mar 2002 14:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-secure-ftp/m-p/2674895#M1252</guid>
      <dc:creator>Christopher C. Weis</dc:creator>
      <dc:date>2002-03-13T14:42:10Z</dc:date>
    </item>
  </channel>
</rss>

