<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Setting Up a Secure FTP Server using SSL/TLS on Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 23 Dec 2022 20:22:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Spankey		</title>
		<link>https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/comment-page-1/#comment-1934693</link>

		<dc:creator><![CDATA[Spankey]]></dc:creator>
		<pubDate>Fri, 23 Dec 2022 20:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24757#comment-1934693</guid>

					<description><![CDATA[Worked on the first try!

Thanks for the article.

Filezilla looks quite nice ^)]]></description>
			<content:encoded><![CDATA[<p>Worked on the first try!</p>
<p>Thanks for the article.</p>
<p>Filezilla looks quite nice ^)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/comment-page-1/#comment-1332163</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 07 May 2020 08:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24757#comment-1332163</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/comment-page-1/#comment-1331812&quot;&gt;Siba&lt;/a&gt;.

@Siba

Can you check the SFTP log file for any error messages or simply run this command:
$journalctl -xe

Also check your sshd_config file for any errors: https://askubuntu.com/questions/641045/connection-closed-when-trying-to-connect-to-sftp-server-match-group-issue]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/comment-page-1/#comment-1331812">Siba</a>.</p>
<p>@Siba</p>
<p>Can you check the SFTP log file for any error messages or simply run this command:<br />
$journalctl -xe</p>
<p>Also check your sshd_config file for any errors: <a target="_blank" href="https://askubuntu.com/questions/641045/connection-closed-when-trying-to-connect-to-sftp-server-match-group-issue" rel="nofollow ugc">https://askubuntu.com/questions/641045/connection-closed-when-trying-to-connect-to-sftp-server-match-group-issue</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Siba		</title>
		<link>https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/comment-page-1/#comment-1331812</link>

		<dc:creator><![CDATA[Siba]]></dc:creator>
		<pubDate>Tue, 05 May 2020 07:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24757#comment-1331812</guid>

					<description><![CDATA[There is an SFTP folder that has &quot;&lt;strong&gt;implicit FTPS configurations&lt;/strong&gt;&quot;. I can connect from WinSCP by selecting &quot;FTP&quot; &#038; &quot;TLS/SSL Implicit Encryption&quot;. I can also connect from Filezilla using &lt;strong&gt;ftps://ip&lt;/strong&gt;. 

I am trying to connect from Ubuntu Linux using the command &quot;&lt;strong&gt;$ sftp -P port sftp://ID@IP&lt;/strong&gt;&quot;. Getting &quot;&lt;strong&gt;Connection closed&lt;/strong&gt;&quot; all the time. Can you please send me the Linux command to access the SFTP folder.]]></description>
			<content:encoded><![CDATA[<p>There is an SFTP folder that has &#8220;<strong>implicit FTPS configurations</strong>&#8220;. I can connect from WinSCP by selecting &#8220;FTP&#8221; &amp; &#8220;TLS/SSL Implicit Encryption&#8221;. I can also connect from Filezilla using <strong><a target="_blank" href="ftps://ip" rel="ugc">ftps://ip</a></strong>. </p>
<p>I am trying to connect from Ubuntu Linux using the command &#8220;<strong>$ sftp -P port sftp://ID@IP</strong>&#8220;. Getting &#8220;<strong>Connection closed</strong>&#8221; all the time. Can you please send me the Linux command to access the SFTP folder.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Incident Response Analyst		</title>
		<link>https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/comment-page-1/#comment-1317457</link>

		<dc:creator><![CDATA[Incident Response Analyst]]></dc:creator>
		<pubDate>Tue, 18 Feb 2020 09:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24757#comment-1317457</guid>

					<description><![CDATA[Hello!

tls v1.1 is not secure now. Use tls v1.2 or tls v1.3]]></description>
			<content:encoded><![CDATA[<p>Hello!</p>
<p>tls v1.1 is not secure now. Use tls v1.2 or tls v1.3</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/comment-page-1/#comment-1159689</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 04 Jun 2019 06:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24757#comment-1159689</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/comment-page-1/#comment-1159460&quot;&gt;Avin&lt;/a&gt;.

@Avin

Welcome, many thanks for the positive response. We will correct the link as soon as possible.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/secure-ftp-server-using-ssl-tls-on-ubuntu/comment-page-1/#comment-1159460">Avin</a>.</p>
<p>@Avin</p>
<p>Welcome, many thanks for the positive response. We will correct the link as soon as possible.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
