mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
feat: cat the contents
This commit is contained in:
3
tests.mk
3
tests.mk
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user