Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in preparation before connecting to ssh #306

Open
khamdullaevuz opened this issue Mar 19, 2024 · 10 comments
Open

Error in preparation before connecting to ssh #306

khamdullaevuz opened this issue Mar 19, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@khamdullaevuz
Copy link

khamdullaevuz commented Mar 19, 2024

image

How can i fix?

@appleboy
Copy link
Owner

I will take it.

@appleboy
Copy link
Owner

appleboy commented Mar 19, 2024

Same with #303 comments.

cc @muckelba

@khamdullaevuz
Copy link
Author

thank you

@appleboy
Copy link
Owner

Hi @khamdullaevuz

I reopened the issue since the #303 issue you reported is the same as what you reported, let's discuss it here together.

@appleboy appleboy reopened this Mar 19, 2024
@appleboy appleboy added the bug Something isn't working label Mar 19, 2024
@khamdullaevuz
Copy link
Author

Hello @appleboy
Yes, I thought the bug was fixed and closed this. But the error is observed again.

@appleboy
Copy link
Owner

appleboy commented Mar 19, 2024

The following is my config

name: testing master
on: [push]

jobs:
  testing01:
    name: testing new bash flow
    runs-on: ubuntu-latest
    steps:
      - name: checkout
        uses: actions/checkout@v1

      - name: try bash script
        uses: appleboy/ssh-action@master
        with:
          host: 2402:1f00:8000:800::2628
          username: ubuntu
          password: ${{ secrets.OVH_PASSWORD }}
          protocol: tcp6
          port: 22
          command_timeout: 30s
          script: |
            whoami

output:

image

https://github.com/appleboy/ssh-action/actions/runs/8343438946/job/22833645938

You can't see the download progress?

@aleem-333
Copy link

@appleboy Facing same issue

image

@siegewallace06
Copy link

Hi team, can I check how long will the fix be released? Or is there any workaround first? I'm using this for deploying codes for all my projects.
image

Here is my workflow file:
` deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout Code
uses: actions/checkout@v2

        - name: SSH To Server and Deploy the Code
          uses: appleboy/ssh-action@master
          with:
            host: ${{ secrets.HOST }}
            username: ${{ secrets.USERNAME }}
            port: ${{ secrets.PORT }}
            password: ${{ secrets.PASSWORD }}
            script: |
                echo "Deploying the service to staging server..."`

@appleboy
Copy link
Owner

@siegewallace06 Please use the stable version appleboy/[email protected] first.

@siegewallace06
Copy link

@siegewallace06 Please use the stable version appleboy/[email protected] first.

Thanks, it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants