Files
kubernetes-the-hard-way/docs
Eugene Abramchuk 94ed6d3b77 Adjust sed to apply to uncommented PermitRootLogin in /etc/ssh/sshd_config
In some Debian distributives (i.e. Debian 12 standard bookworm image used in GCP) `PermitRootLogin` is already uncommented; the regex in the exercise would skip it. The suggested change will act upon either uncommented line or commented.
2024-11-29 18:05:58 +01:00
..