Difference between revisions of "PasswordAuthentication"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Draft}}
+
<code>PasswordAuthentication</code> directive in [[sshd_config]], default is ''<code>yes</code>''.
 
 
<code>PasswordAuthentication</code> default is ''yes''.
 
 
 
  
 +
== Examples ==
 +
===Match===
 
  [[Match (OpenSSH)|Match]] User <username>
 
  [[Match (OpenSSH)|Match]] User <username>
 
     PasswordAuthentication yes
 
     PasswordAuthentication yes
  
 
+
===PermitRootLogin===
 
  [[PermitRootLogin]] yes
 
  [[PermitRootLogin]] yes
 
  PasswordAuthentication no
 
  PasswordAuthentication no
Line 14: Line 13:
  
  
 
+
*<code>[[sed -i]] 's/PasswordAuthentication yes/PasswordAuthentication no/g' [[/etc/ssh/sshd_config]] && [[systemctl restart sshd]]</code>
[[sed -i]] 's/PasswordAuthentication yes/PasswordAuthentication no/g' [[/etc/ssh/sshd_config]] && [[systemctl restart sshd]]
 
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[systemctl restart sshd]]</code>
 
* <code>[[systemctl restart sshd]]</code>
 
* <code>[[ChallengeResponseAuthentication]]</code>
 
* <code>[[ChallengeResponseAuthentication]]</code>
 +
* <code>[[PermitRootLogin]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 09:37, 10 October 2022

PasswordAuthentication directive in sshd_config, default is yes.

Examples[edit]

Match[edit]

Match User <username>
   PasswordAuthentication yes

PermitRootLogin[edit]

PermitRootLogin yes
PasswordAuthentication no
Match User root
   PasswordAuthentication yes


Related terms[edit]

See also[edit]

Advertising: