Skip to content

Unable to Specify -ohostkeyalgorithms=+ssh-dss  #265

Open
@arununzer

Description

@arununzer

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 ?

@appleboy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions