debug: list file permissions

This commit is contained in:
Jose Diaz-Gonzalez
2020-06-07 14:56:09 -04:00
parent ca1e188e9a
commit ee083eb3c3

View File

@@ -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"