diff --git a/docs/03-compute-resources.md b/docs/03-compute-resources.md index 85691d5..0138f0e 100644 --- a/docs/03-compute-resources.md +++ b/docs/03-compute-resources.md @@ -44,7 +44,7 @@ Edit the `/etc/ssh/sshd_config` SSH daemon configuration file and set the `Permi ```bash sed -i \ - 's/^#PermitRootLogin.*/PermitRootLogin yes/' \ + 's/^#*PermitRootLogin.*/PermitRootLogin yes/' \ /etc/ssh/sshd_config ```