Difference between revisions of "PermitRootLogin"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
* <code>yes, prohibit-password, forced-commands-only, or no.</code>. Default value is <code>prohibit-password</code>.
 
* <code>yes, prohibit-password, forced-commands-only, or no.</code>. Default value is <code>prohibit-password</code>.
  
 +
 +
[[rpl --backup]] "#PermitRootLogin prohibit-password" "PermitRootLogin yes" /etc/ssh/sshd_config && [[service ssh restart]]
  
  
Line 16: Line 18:
 
== Related ==
 
== Related ==
 
* <code>[[service ssh restart]]</code>
 
* <code>[[service ssh restart]]</code>
 
  
 
== See also ==
 
== See also ==

Latest revision as of 13:38, 31 January 2024

PermitRootLogin in /etc/ssh/sshd_config file

PermitRootLogin prohibit-password
PermitRootLogin yes

Values:

  • yes, prohibit-password, forced-commands-only, or no.. Default value is prohibit-password.


rpl --backup "#PermitRootLogin prohibit-password" "PermitRootLogin yes" /etc/ssh/sshd_config && service ssh restart


PermitRootLogin yes
Match User root
  PasswordAuthentication yes

Related[edit]

See also[edit]

Advertising: