using config on server for ssh known hosts
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Collin Duncan 2025-04-24 14:39:57 +02:00
parent 7bc95a8217
commit eff0e5849e
No known key found for this signature in database

View file

@ -11,9 +11,6 @@ steps:
- name: deploy
image: kroniak/ssh-client
volumes:
- /etc/ssh/keys:/etc/ssh/keys
- /etc/ssh:/etc/ssh
commands:
- cat /etc/ssh/keys/id_ed25519
- ping -c 1 192.168.1.167
- ping -c 1 autobaan
- ssh -i /etc/ssh/keys/id_ed25519 root@autobaan touch deploy
- ssh root@autobaan touch deploy