We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ba4a4 commit 11ae1b0Copy full SHA for 11ae1b0
exc-docker/init-script.sh
@@ -71,5 +71,5 @@ docker exec imap /etc/init.d/postfix reload
71
# that's not secure for production environments but should be helpful here
72
# in order to ssh into the docker host if ever we need to copy the certificates
73
# for example. The host is not reachable from the outside world anyhow.
74
-sed -i s/\#PermitRootLogin\ prohibit-password$/PermitRootLogin\ yes/ Etc/ssh/sshd_config
+sed -i s/\#PermitRootLogin\ prohibit-password$/PermitRootLogin\ yes/ /etc/ssh/sshd_config
75
systemctl restart sshd
0 commit comments