Displaying 1 result from an estimated 1 matches for "tankywoo".
2024 Jan 22
4
[Bug 3658] New: Wrong comment in /etc/ssh/sshd_config
...entication to "no" will NOT disable
clear-text passwords if ChallengeResponseAuthentication keeps its
default value "yes" .
One also needs to set ChallengeResponseAuthentication to "no".
See for details, eg. https://access.redhat.com/solutions/336773 or
https://blog.tankywoo.com/linux/2013/09/14/ssh-passwordauthentication-vs-challengeresponseauthentication.html
The above code fragment should be replaced by
<pre>
# To disable tunneled clear text passwords, change
PasswordAuthentication and ChallengeResponseAuthentication to no.
PasswordAuthentication yes
Challen...