feat: cat the contents

This commit is contained in:
Jose Diaz-Gonzalez
2020-06-02 01:04:33 -04:00
parent d60140dad8
commit db253c15cc

View File

@@ -100,6 +100,9 @@ endif
prime-ssh-known-hosts:
@echo "-----> Intitial SSH connection to populate known_hosts..."
cat /home/dokku/.ssh/known_hosts
cat /home/dokku/.ssh/authorized_keys
cat /root/.ssh/config
ssh -o StrictHostKeyChecking=no dokku@dokku.me help
ssh -o StrictHostKeyChecking=no dokku@127.0.0.1 help