<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; no anonymous pure-ftpd</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/no-anonymous-pure-ftpd/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Disable anonymous login on pure-ftp server</title>
		<link>https://wiki.centos-webpanel.com/disable-anonymous-login-on-pure-ftp-server</link>
		<comments>https://wiki.centos-webpanel.com/disable-anonymous-login-on-pure-ftp-server#comments</comments>
		<pubDate>Wed, 20 Jan 2016 21:39:06 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[no anonymous pure-ftpd]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=464</guid>
		<description><![CDATA[How to disable anonymous account login on pure-ftpd server with CWP Changes required in pure-ftpd configuration file: /etc/pure-ftpd/pure-ftpd.conf # Don't allow authenticated users - have a public anonymous FTP only. AnonymousOnly no # Disallow anonymous connections. Only allow authenticated users. NoAnonymous yes Now restart pure-ftpd server service pure-ftpd restart If you want to do that [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>How to disable anonymous account login on pure-ftpd server with CWP</strong></p>
<p>Changes required in pure-ftpd configuration file: /etc/pure-ftpd/pure-ftpd.conf<br />
# Don't allow authenticated users - have a public anonymous FTP only.</p>
<pre>AnonymousOnly no</pre>
<p># Disallow anonymous connections. Only allow authenticated users.</p>
<pre>NoAnonymous yes</pre>
<p>Now restart pure-ftpd server</p>
<pre>service pure-ftpd restart</pre>
<p><em><br />
If you want to do that for all active connection then you will need to stop pure-ftpd server and kill all pure-ftpd processes.</em></p>
<pre>service pure-ftpd stop
ps uaxf|grep pure-ftp|awk {'print $2'}|xargs kill -9
service pure-ftpd start
</pre>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/disable-anonymous-login-on-pure-ftp-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
