.ssh/knownhosts #4

Merged
gitea merged 1 commits from mitch into develop 2026-07-06 23:33:16 +00:00

View File

@ -16,6 +16,8 @@ steps:
image: alpine:latest
commands:
- apk add --no-cache openssh-client
- mkdir -p ~/.ssh
- ssh-keyscan www.mitchecp.com >> ~/.ssh/known_hosts
- ssh ec2-user@www.mitchecp.com "cd /home/ec2-user && touch aaa.txt"
when:
branch: