Difference between revisions of "Apt install openssh-server"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
+
[[apt install]] -y openssh-server
  
  
Line 9: Line 9:
  
 
  [[docker run ubuntu]]
 
  [[docker run ubuntu]]
  [[/etc/ssh/sshd_config]], [[PermitRootLogin]] yes
+
  [[/etc/ssh/sshd_config]], [[PermitRootLogin]] yes, [[service ssh restart]]
 +
 
 +
 
 +
[[rpl --backup]] "#PermitRootLogin prohibit-password" "PermitRootLogin yes" /etc/ssh/sshd_config && [[service ssh restart]]
 +
 
 +
[[sed -i]]"[[.BAK]]" s/"#PermitRootLogin prohibit-password"/"PermitRootLogin yes"/[[g]] [[/etc/ssh/sshd_config]]
  
==See also ==
+
== See also ==
 +
* {{sshd}}
 
* {{OpenSSH}}
 
* {{OpenSSH}}
  
 
[[Category:Openssh]]
 
[[Category:Openssh]]

Latest revision as of 13:48, 31 January 2024

Advertising: