Open
Description
Hello Team,
I need to use this github actions to login to a machine and to run a shell Script.
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.BILLING_HOST }}
username: ${{ secrets.BILLING_USER }}
password: ${{ secrets.BILLING_PASS }}
port: ${{ env.PORT }}
script_stop: true
script: ssh -ohostkeyalgorithms=+ssh-dss [email protected] "echo Hello"
However, i need to pass The host key Algorithm to login.. May i ask how to pass the same ?
Metadata
Metadata
Assignees
Labels
No labels