<?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[How-to FTP files to Mango ES without root password ??]]></title><description><![CDATA[<p dir="auto">So I can sudo commands on a putty window in our ES but how to ftp files to the server using WSFTP without a password for root because mango has no permissions for this and will not transfer anything? Any help appreciated.<br />
Thanks-in-Advance</p>
]]></description><link>https://forum.mango-os.com/topic/2758/how-to-ftp-files-to-mango-es-without-root-password</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 05:44:23 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2758.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 May 2017 17:56:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How-to FTP files to Mango ES without root password ?? on Wed, 10 May 2017 14:31:49 GMT]]></title><description><![CDATA[<p dir="auto">Also using the default (without-password as the setting in sshd_config) you can use key authentication, but you'd have to generate a key and add it to the root user's authorized keys.</p>
]]></description><link>https://forum.mango-os.com/post/14389</link><guid isPermaLink="true">https://forum.mango-os.com/post/14389</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Wed, 10 May 2017 14:31:49 GMT</pubDate></item><item><title><![CDATA[Reply to How-to FTP files to Mango ES without root password ?? on Wed, 10 May 2017 01:26:18 GMT]]></title><description><![CDATA[<p dir="auto">FYI, you could also just use something like filezilla to sftp the files into the /home/mango folder and then mv the files with a sudo command.  Or even easier use Webmin which is preinstalled on the MangoES.  See the end of this for information on webmin.  It has a nice browser based file manager built in: <a href="https://help.infiniteautomation.com/accessing-the-mangoes/" rel="nofollow ugc">https://help.infiniteautomation.com/accessing-the-mangoes/</a></p>
]]></description><link>https://forum.mango-os.com/post/14387</link><guid isPermaLink="true">https://forum.mango-os.com/post/14387</guid><dc:creator><![CDATA[JoelHaggar]]></dc:creator><pubDate>Wed, 10 May 2017 01:26:18 GMT</pubDate></item><item><title><![CDATA[Reply to How-to FTP files to Mango ES without root password ?? on Wed, 10 May 2017 01:20:33 GMT]]></title><description><![CDATA[<p dir="auto">Okay thanks again.. it is done and up working again now.</p>
]]></description><link>https://forum.mango-os.com/post/14386</link><guid isPermaLink="true">https://forum.mango-os.com/post/14386</guid><dc:creator><![CDATA[Phillip Weeks]]></dc:creator><pubDate>Wed, 10 May 2017 01:20:33 GMT</pubDate></item><item><title><![CDATA[Reply to How-to FTP files to Mango ES without root password ?? on Tue, 09 May 2017 19:57:22 GMT]]></title><description><![CDATA[<p dir="auto">Close</p>
<pre><code>PermitRootLogin yes
#PermitRootLogin without-password
StrictModes yes
</code></pre>
<p dir="auto">And then you'll have to <code>sudo service sshd restart</code></p>
]]></description><link>https://forum.mango-os.com/post/14382</link><guid isPermaLink="true">https://forum.mango-os.com/post/14382</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 09 May 2017 19:57:22 GMT</pubDate></item><item><title><![CDATA[Reply to How-to FTP files to Mango ES without root password ?? on Tue, 09 May 2017 21:29:55 GMT]]></title><description><![CDATA[<p dir="auto">I changed roots password to same as mango's password.<br />
I modified this section?</p>
<p dir="auto">#PermitRootLogin no<br />
PermitRootLogin without-password<br />
StrictModes yes</p>
<p dir="auto">to this?</p>
<p dir="auto">PermitRootLogin yes<br />
PermitRootLogin without-password<br />
StrictModes yes</p>
<p dir="auto">Rebooted Successfully<br />
Still unable to logon as root in WSFTP</p>
]]></description><link>https://forum.mango-os.com/post/14381</link><guid isPermaLink="true">https://forum.mango-os.com/post/14381</guid><dc:creator><![CDATA[Phillip Weeks]]></dc:creator><pubDate>Tue, 09 May 2017 21:29:55 GMT</pubDate></item><item><title><![CDATA[Reply to How-to FTP files to Mango ES without root password ?? on Tue, 09 May 2017 19:19:13 GMT]]></title><description><![CDATA[<p dir="auto">Also you can enable root login over ssh. You'd simply need to change the line for</p>
<p dir="auto"><code>PermitRootLogin</code> is set to <code>PermitRootLogin yes</code></p>
<p dir="auto">in /etc/ssh/sshd_config</p>
<p dir="auto">We have it disabled by default for security / best practice reasons. You can set the root password by doing a <code>sudo su</code> as mango and then a <code>passwd</code> as root.</p>
]]></description><link>https://forum.mango-os.com/post/14380</link><guid isPermaLink="true">https://forum.mango-os.com/post/14380</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 09 May 2017 19:19:13 GMT</pubDate></item><item><title><![CDATA[Reply to How-to FTP files to Mango ES without root password ?? on Tue, 09 May 2017 19:12:38 GMT]]></title><description><![CDATA[<p dir="auto">Hi Phillip,</p>
<p dir="auto">You may consider using Webmin, which you can find on https at port 10000. Logging in with the Mango user will still be very credentialed, and they have an HTML5 file browser that you can manipulate your files through.</p>
<p dir="auto">Personally, I do a lot of scp (well, pscp because it's Windows) into /home/mango and then play with it on the server, rather than copying directly to my desired locations.</p>
]]></description><link>https://forum.mango-os.com/post/14379</link><guid isPermaLink="true">https://forum.mango-os.com/post/14379</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 09 May 2017 19:12:38 GMT</pubDate></item></channel></rss>