port 64022 on ssh-keyscan
This commit is contained in:
parent
76db1302ef
commit
590efb989f
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ jobs:
|
|||
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key
|
||||
chmod 600 ~/.ssh/deploy_key
|
||||
|
||||
ssh-keyscan -H ${{ secrets.DEPLOY_HOST }} >> ~/.ssh/known_hosts
|
||||
ssh-keyscan -p 64022 -H ${{ secrets.DEPLOY_HOST }} >> ~/.ssh/known_hosts
|
||||
|
||||
echo "SSH configurado com sucesso!"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue