<?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: unable to use ftp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491514#M86796</link>
    <description>Itai,&lt;BR /&gt;&lt;BR /&gt;1) your vsftp server is OK [it's standalone server, so it doesn't run under xinetd]&lt;BR /&gt;&lt;BR /&gt;2) according to greeting message we see ["FTP server (Version 5.60)"] it seems like some another [not vsftp] ftp server runs on your linux box [probably with Kerberos authentication?]&lt;BR /&gt;please check your logfiles for more info.</description>
    <pubDate>Thu, 24 Feb 2005 01:35:13 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2005-02-24T01:35:13Z</dc:date>
    <item>
      <title>unable to use ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491510#M86792</link>
      <description>hi everyone&lt;BR /&gt;i'm trying to connect to my RHEL 3 AS ( 2.4.21-9.ELsmp) by ftp.&lt;BR /&gt;I can't connect, i always receive a message that sais&lt;BR /&gt;220 pixie FTP server (Version 5.60) ready.&lt;BR /&gt;User (pixie:(none)): itaiwe&lt;BR /&gt;530 Must perform authentication before identifying USER.&lt;BR /&gt;Login failed.&lt;BR /&gt;&lt;BR /&gt;it doesn't relate to vsftp.user_list or vsftp.ftpusers, i recieve this message for any user i'm trying to connect with.&lt;BR /&gt;&lt;BR /&gt;i compared this system to another system that works, and they both have the same packaes installed:&lt;BR /&gt;#rpm -qa | grep ftp&lt;BR /&gt;lftp-2.6.3-5&lt;BR /&gt;tftp-server-0.32-4&lt;BR /&gt;tftp-0.32-4&lt;BR /&gt;ftp-0.17-17&lt;BR /&gt;gftp-2.0.14-2&lt;BR /&gt;vsftpd-1.2.0-4&lt;BR /&gt;#chkconfig --list | grep ftp&lt;BR /&gt;vsftpd          0:off   1:off   2:on    3:on    4:on    5:on    6:off&lt;BR /&gt;        gssftp: on&lt;BR /&gt;        tftp:   on&lt;BR /&gt;&lt;BR /&gt;any idea, anyone?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Feb 2005 05:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491510#M86792</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-02-23T05:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: unable to use ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491511#M86793</link>
      <description>authentication for ftp occurs off the actual user list in /etc/passwd&lt;BR /&gt;&lt;BR /&gt;The user must exist there.&lt;BR /&gt;&lt;BR /&gt;cd /etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;vi one of these three files&lt;BR /&gt;&lt;BR /&gt;gssftp&lt;BR /&gt;&lt;BR /&gt;vsftp&lt;BR /&gt;&lt;BR /&gt;make sure the default disable=yes is changed to disable=no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That at least lets the service start.&lt;BR /&gt;&lt;BR /&gt;I suspect that vsftp is your default ftpd server.&lt;BR /&gt;&lt;BR /&gt;If I am right, try this.&lt;BR /&gt;&lt;BR /&gt;chkconfig -level 5 vsftpd on&lt;BR /&gt;service vsfptd start&lt;BR /&gt;&lt;BR /&gt;Then try and ftp.&lt;BR /&gt;&lt;BR /&gt;This is the most likely area to look at to track down the problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Feb 2005 07:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491511#M86793</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-23T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: unable to use ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491512#M86794</link>
      <description>hello and thanks,&lt;BR /&gt;the user i'm trying to ftp with (root), exist in passwd.&lt;BR /&gt;i have only gssftp in /etc/xinetd.d (what is the third file you were writing about?)&lt;BR /&gt;and in this file disable=no was already written.&lt;BR /&gt;it still doesn't work</description>
      <pubDate>Wed, 23 Feb 2005 07:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491512#M86794</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-02-23T07:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: unable to use ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491513#M86795</link>
      <description>root user is disabled for ftp in Linux.&lt;BR /&gt;&lt;BR /&gt;The reason is that its a security hazard, specifically that ftp transmits authentication information in clear text. If you ftp with root you are taking a serious risk.&lt;BR /&gt;&lt;BR /&gt;Please try another user.&lt;BR /&gt;&lt;BR /&gt;There is a file called ftpaccess or ftpuser that lists the users banned from using ftp.&lt;BR /&gt;&lt;BR /&gt;Please try this instead.&lt;BR /&gt;&lt;BR /&gt;sftp hostname&lt;BR /&gt;&lt;BR /&gt;sftp part of openssh will work just like command line ftp and it does authentication in a secure way.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Feb 2005 07:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491513#M86795</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-23T07:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: unable to use ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491514#M86796</link>
      <description>Itai,&lt;BR /&gt;&lt;BR /&gt;1) your vsftp server is OK [it's standalone server, so it doesn't run under xinetd]&lt;BR /&gt;&lt;BR /&gt;2) according to greeting message we see ["FTP server (Version 5.60)"] it seems like some another [not vsftp] ftp server runs on your linux box [probably with Kerberos authentication?]&lt;BR /&gt;please check your logfiles for more info.</description>
      <pubDate>Thu, 24 Feb 2005 01:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491514#M86796</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-02-24T01:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: unable to use ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491515#M86797</link>
      <description>Shalom, Itai,&lt;BR /&gt;&lt;BR /&gt;You should stop gssftp service, which uses Kerberos for authentication:&lt;BR /&gt;&lt;BR /&gt;chkconfig gssftp off&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Thu, 24 Feb 2005 01:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-use-ftp/m-p/3491515#M86797</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-02-24T01:57:32Z</dc:date>
    </item>
  </channel>
</rss>

