[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

Next revision
Previous revision
Next revisionBoth sides next revision
howtos:security:sshkeys [2012/09/22 21:37 (UTC)] – moved page from security:sshkeys and corrected headings mfillpothowtos:security:sshkeys [2013/03/19 02:37 (UTC)] 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>
Line 164: Line 164:
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents --> <!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents -->
-{{tag>howtos security ssh sshkeys}}+{{tag>howtos security ssh sshkeys author_noryungi}}
 howtos:security:sshkeys ()