fix: revert chown on ssh config file

This commit is contained in:
Jose Diaz-Gonzalez
2024-09-21 05:52:20 -04:00
parent 0a4f36c865
commit 5b511a5f28

View File

@@ -79,7 +79,6 @@ else ifeq ($(shell grep $(DOKKU_DOMAIN) /root/.ssh/config),)
else
sed --in-place 's/Port 22 \r/Port $(DOKKU_SSH_PORT) \r/g' /root/.ssh/config
cat /root/.ssh/config
chown 600 /root/.ssh/config
endif
ifneq ($(wildcard /etc/ssh/sshd_config),)