<?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: Configure &#8220;No Password SSH Keys Authentication&#8221; with PuTTY on Linux Servers	</title>
	<atom:link href="https://www.tecmint.com/ssh-passwordless-login-with-putty/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/ssh-passwordless-login-with-putty/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 08 Aug 2022 11:05:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Goon		</title>
		<link>https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-1858998</link>

		<dc:creator><![CDATA[Goon]]></dc:creator>
		<pubDate>Mon, 08 Aug 2022 11:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9093#comment-1858998</guid>

					<description><![CDATA[Setting permissions to &lt;strong&gt;700&lt;/strong&gt; worked for me on redhat 7.

A very handy method for debugging ssh is here on stackoverflow:

https://unix.stackexchange.com/questions/156038/ssh-server-refused-our-key-with-no-reason

That told me the file permissions were not right...]]></description>
			<content:encoded><![CDATA[<p>Setting permissions to <strong>700</strong> worked for me on redhat 7.</p>
<p>A very handy method for debugging ssh is here on stackoverflow:</p>
<p><a target="_blank" href="https://unix.stackexchange.com/questions/156038/ssh-server-refused-our-key-with-no-reason" rel="nofollow ugc">https://unix.stackexchange.com/questions/156038/ssh-server-refused-our-key-with-no-reason</a></p>
<p>That told me the file permissions were not right&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shivam Singh		</title>
		<link>https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-1414126</link>

		<dc:creator><![CDATA[Shivam Singh]]></dc:creator>
		<pubDate>Tue, 12 Jan 2021 19:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9093#comment-1414126</guid>

					<description><![CDATA[Hi Ravi Sir /Team,

There is one correction i.e, On &lt;strong&gt;authorized_keys&lt;/strong&gt; permission is not working on 770 permission, its works only on 600. please check once.]]></description>
			<content:encoded><![CDATA[<p>Hi Ravi Sir /Team,</p>
<p>There is one correction i.e, On <strong>authorized_keys</strong> permission is not working on 770 permission, its works only on 600. please check once.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-980177</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 05 Apr 2018 07:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9093#comment-980177</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-980172&quot;&gt;helwi&lt;/a&gt;.

@Helwi,

Please allow the port in Firewall also, if you are using any firewall like iptables or firewalld.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-980172">helwi</a>.</p>
<p>@Helwi,</p>
<p>Please allow the port in Firewall also, if you are using any firewall like iptables or firewalld.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: helwi		</title>
		<link>https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-980172</link>

		<dc:creator><![CDATA[helwi]]></dc:creator>
		<pubDate>Thu, 05 Apr 2018 06:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9093#comment-980172</guid>

					<description><![CDATA[Dear Mr,

I have problem with port ssh, I can`t change the default port to custom port. I use &lt;strong&gt;9899&lt;/strong&gt; for my custom port. Can you advice me step by step, because I follow your tutorial step by step to change port on &lt;strong&gt;sshd_config&lt;/strong&gt; and also enabled port in selinux but its still not work. 

When I try to connect using the port from other computer in the same network the error connection refused for port 22. When I try add comment &lt;code&gt;-p 9899&lt;/code&gt; in the end command are still refused.

Can you advice me?

Tthanks in advanced.
regard]]></description>
			<content:encoded><![CDATA[<p>Dear Mr,</p>
<p>I have problem with port ssh, I can`t change the default port to custom port. I use <strong>9899</strong> for my custom port. Can you advice me step by step, because I follow your tutorial step by step to change port on <strong>sshd_config</strong> and also enabled port in selinux but its still not work. </p>
<p>When I try to connect using the port from other computer in the same network the error connection refused for port 22. When I try add comment <code>-p 9899</code> in the end command are still refused.</p>
<p>Can you advice me?</p>
<p>Tthanks in advanced.<br />
regard</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matei Cezar		</title>
		<link>https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-856727</link>

		<dc:creator><![CDATA[Matei Cezar]]></dc:creator>
		<pubDate>Sat, 31 Dec 2016 10:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9093#comment-856727</guid>

					<description><![CDATA[Remove the public key from authorized_keys and the private key from Putty configuration.]]></description>
			<content:encoded><![CDATA[<p>Remove the public key from authorized_keys and the private key from Putty configuration.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
