<?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: vsftpd on RHEL AS 3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418320#M14843</link>
    <description>The service is started:&lt;BR /&gt;&lt;BR /&gt;Server 1&lt;BR /&gt;c:\&amp;gt;ftp 172.16.11.27&lt;BR /&gt;&amp;gt; ftp: connect :Unknown error number&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Server 2&lt;BR /&gt;I can connect with every user but not with root user.&lt;BR /&gt;&lt;BR /&gt;c:\&amp;gt;ftp 172.16.11.28&lt;BR /&gt;Connected to 172.16.11.28.&lt;BR /&gt;220 (vsFTPd 1.2.0)&lt;BR /&gt;User (172.16.11.28:(none)): root&lt;BR /&gt;530 Permission denied.&lt;BR /&gt;Login failed.</description>
    <pubDate>Tue, 09 Nov 2004 13:06:46 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2004-11-09T13:06:46Z</dc:date>
    <item>
      <title>vsftpd on RHEL AS 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418318#M14841</link>
      <description>How can I active the vsftpd on RHEL AS 3. I have issued the chkconfig vsftpd on, but I cannot open a ftp session to the server</description>
      <pubDate>Tue, 09 Nov 2004 12:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418318#M14841</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-11-09T12:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: vsftpd on RHEL AS 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418319#M14842</link>
      <description>In this version of redhat you should execute:&lt;BR /&gt;service vsftpd start</description>
      <pubDate>Tue, 09 Nov 2004 12:45:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418319#M14842</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-11-09T12:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: vsftpd on RHEL AS 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418320#M14843</link>
      <description>The service is started:&lt;BR /&gt;&lt;BR /&gt;Server 1&lt;BR /&gt;c:\&amp;gt;ftp 172.16.11.27&lt;BR /&gt;&amp;gt; ftp: connect :Unknown error number&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Server 2&lt;BR /&gt;I can connect with every user but not with root user.&lt;BR /&gt;&lt;BR /&gt;c:\&amp;gt;ftp 172.16.11.28&lt;BR /&gt;Connected to 172.16.11.28.&lt;BR /&gt;220 (vsFTPd 1.2.0)&lt;BR /&gt;User (172.16.11.28:(none)): root&lt;BR /&gt;530 Permission denied.&lt;BR /&gt;Login failed.</description>
      <pubDate>Tue, 09 Nov 2004 13:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418320#M14843</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-11-09T13:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: vsftpd on RHEL AS 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418321#M14844</link>
      <description>root user is specifically prohibited from ftp access on all modern Linux releases.&lt;BR /&gt;&lt;BR /&gt;The reason is because ftp transmits password authentication in clear text. That means any user on your network or worse the internet can sniff the network and get the root password.&lt;BR /&gt;&lt;BR /&gt;I recommend openssh, which is standard in Red Hat and sftp. sftp will be enabled and it will encrypt the password.&lt;BR /&gt;&lt;BR /&gt;If you must overwrite this functionality on ftp, you'll seee roots name in the ftpaccess file. If you remove it root should be able to ftp to the box(bad idea).&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 09 Nov 2004 15:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418321#M14844</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-09T15:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: vsftpd on RHEL AS 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418322#M14845</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;   The vsftpd was install in the "/usr/share/doc/vsftpd" directory. If you want it started at system start up. You can do it as following step:&lt;BR /&gt;&lt;BR /&gt;1. If you have install vsftpd rpm. The system will create "/usr/share/doc/vsftpd" directory.  Copy "/usr/share/doc/vsfptd/vsfptd.inetd" file into "/etc/xinetd.d" directory, and rename it as vsftpd or whatever you like. Then vi it and change "disable=yes" to "disable=no".&lt;BR /&gt;&lt;BR /&gt;2. If you have install vsftpd rpm with success. It should create "/etc/vsftpd" directory there. In that directory there is a file named "vsftpd.conf"(Can't remember). Copy it to the /etc directory. There are lots of options you can change. You should modify it at the last two lines. Those options are setting it started when "xinetd" service started to launch vsftpd service. You can also check the readme file on the "/usr/share/doc/vsftp" directory.&lt;BR /&gt;&lt;BR /&gt;3. In /etc directory, there are two files(vsftpd.root, vsftpd.users). Those two file control which user not allow to login by ftp service. You can comment "root" account to allow "root" account to login ftp service.&lt;BR /&gt;&lt;BR /&gt;4. Run the "service xinetd.d restart" to make it happen.&lt;BR /&gt;&lt;BR /&gt;That's all. Good luck!&lt;BR /&gt;&lt;BR /&gt;Y.H.Chen</description>
      <pubDate>Wed, 10 Nov 2004 09:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-on-rhel-as-3/m-p/3418322#M14845</guid>
      <dc:creator>I H Chen</dc:creator>
      <dc:date>2004-11-10T09:54:17Z</dc:date>
    </item>
  </channel>
</rss>

