mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
debug: list file permissions
This commit is contained in:
2
tests.mk
2
tests.mk
@@ -115,6 +115,8 @@ prime-ssh-known-hosts:
|
||||
cat /root/.ssh/dokku_test_rsa.pub
|
||||
@echo "=====> SSHD Config"
|
||||
cat /etc/ssh/sshd_config
|
||||
@echo "=====> ssh file permissions"
|
||||
ls -lah /root/.ssh/
|
||||
@echo "=====> SSH dokku.me"
|
||||
ssh -vvv -o StrictHostKeyChecking=no dokku@dokku.me help
|
||||
@echo "=====> SSH 127.0.0.1"
|
||||
|
||||
Reference in New Issue
Block a user