ssh-action icon indicating copy to clipboard operation
ssh-action copied to clipboard

🖥 github ssh action

Results 6 ssh-action issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to create the following deployment logic that will build and run a docker container on the AWS EC2 instance. ``` name: scp files on: [push] jobs: build:...

Hi, I am using this action to deploy a file to my AWS instance. I am getting a connection timeout error. I am passing the below values in the configuration....

Hi. I really love this action. We use it a lot. But there is a thing. I write "python manage.py runserver &" in the command list, and the action gets...

OpenSSL version mismatch. Built against 3050003f, you have 30500010 There are issues in other repos as well https://github.com/gardener/gardener/pull/13019 https://gitlab.alpinelinux.org/alpine/aports/-/issues/17547

If you do something like this: ``` with: host: ${{ secrets.DROPLET_IP }} user: ${{ secrets.DROPLET_USERNAME }} pass: ${{ secrets.DROPLET_PASSWORD }} ``` And your password is Hello&ToYou, you must enter the...