[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:security:sshkeys [2013/03/19 02:37 (UTC)] nocturnal.slackerhowtos:security:sshkeys [2013/03/19 18:06 (UTC)] – Corrected previous edit - see discussion nocturnal.slacker
Line 135: Line 135:
 <code> <code>
 nr@test.example.com$ grep -i pubkeyauth /etc/ssh/sshd_config nr@test.example.com$ grep -i pubkeyauth /etc/ssh/sshd_config
-PubkeyAuthentication yes+#PubkeyAuthentication yes
 </code> </code>
  
-Please note the ''PubkeyAuthentication yes'' line: this is the default value for public key authentication, and, as you can see, it is set to ''yes''. You are good to go and use your key! On the other hand, if you see something like this:+Please note the ''#PubkeyAuthentication yes'' line: this is the default value for public key authentication, and, as you can see, it is set to ''yes''. You are good to go and use your key! On the other hand, if you see something like this:
  
 <code> <code>
 howtos:security:sshkeys ()