Comments on: Configure “No Password SSH Keys Authentication” with PuTTY on Linux Servers https://www.tecmint.com/ssh-passwordless-login-with-putty/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 08 Aug 2022 11:05:36 +0000 hourly 1 By: Goon https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-1858998 Mon, 08 Aug 2022 11:05:36 +0000 http://www.tecmint.com/?p=9093#comment-1858998 Setting permissions to 700 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…

]]>
By: Shivam Singh https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-1414126 Tue, 12 Jan 2021 19:43:53 +0000 http://www.tecmint.com/?p=9093#comment-1414126 Hi Ravi Sir /Team,

There is one correction i.e, On authorized_keys permission is not working on 770 permission, its works only on 600. please check once.

]]>
By: Ravi Saive https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-980177 Thu, 05 Apr 2018 07:15:51 +0000 http://www.tecmint.com/?p=9093#comment-980177 In reply to helwi.

@Helwi,

Please allow the port in Firewall also, if you are using any firewall like iptables or firewalld.

]]>
By: helwi https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-980172 Thu, 05 Apr 2018 06:53:20 +0000 http://www.tecmint.com/?p=9093#comment-980172 Dear Mr,

I have problem with port ssh, I can`t change the default port to custom port. I use 9899 for my custom port. Can you advice me step by step, because I follow your tutorial step by step to change port on sshd_config 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 -p 9899 in the end command are still refused.

Can you advice me?

Tthanks in advanced.
regard

]]>
By: Matei Cezar https://www.tecmint.com/ssh-passwordless-login-with-putty/comment-page-1/#comment-856727 Sat, 31 Dec 2016 10:59:07 +0000 http://www.tecmint.com/?p=9093#comment-856727 Remove the public key from authorized_keys and the private key from Putty configuration.

]]>