mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 20:17:44 +01:00
fix: revert chown on ssh config file
This commit is contained in:
1
tests.mk
1
tests.mk
@@ -79,7 +79,6 @@ else ifeq ($(shell grep $(DOKKU_DOMAIN) /root/.ssh/config),)
|
|||||||
else
|
else
|
||||||
sed --in-place 's/Port 22 \r/Port $(DOKKU_SSH_PORT) \r/g' /root/.ssh/config
|
sed --in-place 's/Port 22 \r/Port $(DOKKU_SSH_PORT) \r/g' /root/.ssh/config
|
||||||
cat /root/.ssh/config
|
cat /root/.ssh/config
|
||||||
chown 600 /root/.ssh/config
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(wildcard /etc/ssh/sshd_config),)
|
ifneq ($(wildcard /etc/ssh/sshd_config),)
|
||||||
|
|||||||
Reference in New Issue
Block a user