Git Product home page Git Product logo

Comments (11)

siegewallace06 avatar siegewallace06 commented on August 26, 2024 1

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

Thanks, it works

from ssh-action.

appleboy avatar appleboy commented on August 26, 2024

I will take it.

from ssh-action.

appleboy avatar appleboy commented on August 26, 2024

Same with #303 comments.

cc @muckelba

from ssh-action.

khamdullaevuz avatar khamdullaevuz commented on August 26, 2024

thank you

from ssh-action.

appleboy avatar appleboy commented on August 26, 2024

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.

from ssh-action.

khamdullaevuz avatar khamdullaevuz commented on August 26, 2024

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

from ssh-action.

appleboy avatar appleboy commented on August 26, 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?

from ssh-action.

aleem-333 avatar aleem-333 commented on August 26, 2024

@appleboy Facing same issue

image

from ssh-action.

siegewallace06 avatar siegewallace06 commented on August 26, 2024

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..."`

from ssh-action.

appleboy avatar appleboy commented on August 26, 2024

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

from ssh-action.

minhnhatnoe avatar minhnhatnoe commented on August 26, 2024

I also encountered error during preparation before connecting, albeit with a different error message.

image

The step looks like

      - name: Connect and pull
        uses: appleboy/ssh-action@master
        with:
          username: ${{ secrets.SSH_USER }}
          host: ${{ secrets.SSH_HOST }}
          key: ${{ secrets.SSH_KEY }}
          script: ~/update.sh

from ssh-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.