<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[New FTP user]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I would like to create a new FTP user ‘fogbackup’. Lock (jail) on own home directory.</p>
<p dir="auto">Install: Debian 9 + FOG Project 1.5.4</p>
<p dir="auto">I use:</p>
<pre><code>useradd fogbackup 
passwd fogbackup
usermod -d /home/fogbackup/ fogbackup
service vsftp restart
</code></pre>
<p dir="auto">Use FTP client (WinSCP from MS Windows) and can’t login: authentication error.<br />
I read wiki: <a href="https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP</a><br />
And as FOG user i can login successful.</p>
<p dir="auto">What am I doing wrong?</p>
<p dir="auto">Thanks for help</p>
]]></description><link>http://forums.fogproject.org/topic/12478/new-ftp-user</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 09:10:52 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/12478.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Sep 2018 08:07:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to New FTP user on Thu, 20 Sep 2018 20:46:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/41830">@Valer</a> said in <a href="/post/116554">New FTP user</a>:</p>
<blockquote>
<p dir="auto">useradd fogbackup</p>
</blockquote>
<p dir="auto">That command does not create the user’s home directory (it does if you would have added the <code>-m</code> parameter). The following might do the trick:</p>
<pre><code>mkdir /home/fogbackup/
chown fogbackup:fogbackup /home/fogbackup/
</code></pre>
<p dir="auto">If not then run <code>tail -f /var/log/auth.log</code> while trying to log in via FTP. This should give us some more information on why it does not allow the user to authenticate.</p>
]]></description><link>http://forums.fogproject.org/post/116592</link><guid isPermaLink="true">http://forums.fogproject.org/post/116592</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Thu, 20 Sep 2018 20:46:24 GMT</pubDate></item><item><title><![CDATA[Reply to New FTP user on Tue, 05 Feb 2019 13:02:13 GMT]]></title><description><![CDATA[<p dir="auto">Solution my problem:</p>
<ol>
<li>tips of Sebastian Roth:</li>
</ol>
<pre><code>mkdir /home/fogbackup/
chown fogbackup:fogbackup /home/fogbackup/
</code></pre>
<ol start="2">
<li>change config file /etc/vsftpd/vsftpd.conf</li>
</ol>
<pre><code>vsftpd_log_file=/var/log/vsftpd.log
log_ftp_protocol=YES
allow_writeable_chroot=YES
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
rsa_cert_file=/etc/ssl/private/vsftpd.pem
rsa_private_key_file=/etc/ssl/private/vsftpd.pem
ssl_enable=YES
force_local_data_ssl=NO
force_local_logins_ssl=NO
</code></pre>
]]></description><link>http://forums.fogproject.org/post/120676</link><guid isPermaLink="true">http://forums.fogproject.org/post/120676</guid><dc:creator><![CDATA[Valer]]></dc:creator><pubDate>Tue, 05 Feb 2019 13:02:13 GMT</pubDate></item><item><title><![CDATA[Reply to New FTP user on Thu, 20 Sep 2018 20:46:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/41830">@Valer</a> said in <a href="/post/116554">New FTP user</a>:</p>
<blockquote>
<p dir="auto">useradd fogbackup</p>
</blockquote>
<p dir="auto">That command does not create the user’s home directory (it does if you would have added the <code>-m</code> parameter). The following might do the trick:</p>
<pre><code>mkdir /home/fogbackup/
chown fogbackup:fogbackup /home/fogbackup/
</code></pre>
<p dir="auto">If not then run <code>tail -f /var/log/auth.log</code> while trying to log in via FTP. This should give us some more information on why it does not allow the user to authenticate.</p>
]]></description><link>http://forums.fogproject.org/post/116592</link><guid isPermaLink="true">http://forums.fogproject.org/post/116592</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Thu, 20 Sep 2018 20:46:24 GMT</pubDate></item></channel></rss>