ssh-action
ssh-action copied to clipboard
GitHub Actions for executing remote ssh commands.
Hey there My situation: I am using this action to connect to my server, load a new version of my project and reinstall dependencies (development server, so i need to...
After the recent release of `v0.1.5`, I checked my logs and notice the output after script is returning loads of unnecessary `err:` outs. `v0.1.5`: ``` ======CMD====== pwd ======END====== out: /home/***...
Hey there, I'm stuck and wasn't able to find a solution in reading previous issues. I keep getting the following error: `2020/08/29 01:19:13 ssh: handshake failed: ssh: unable to authenticate,...
nothing changed... suddenly it stopped working... it has been working since october 2020. if i enter the server via SSH and run the commands of the workflow everything goes fine....
Hey there, I have small problem maybe someone can help me. For some reason I get the following error (I replaced the actual IP with ``) ``` ======CMD====== 20[22](https://github.com/legionth/project/runs/7266208278?check_suite_focus=true#step:3:23)/07/09 20:52:37...
In installed go in my remote host and the command is valid. However, when I use go command in the ssh-action script, I encountered the following error: ``` out: go...
I'm having an issue with a timeout, hopefully, someone could help? **What I'm trying to achieve:** I'm copying my GitHub repo across to a remote server via sftp. Once that's...
- This action defines the input `script` which is a single string (attempting to pass a list of commands results in error) - When multiple commands are chained with `cmd1...
``` ======CMD====== cd /var/www/my-site ./deploy_script.sh ======END====== out: Deploying application... out: out: out: The "--message" option does not exist. out: out: err: [email protected]: Permission denied (publickey). err: fatal: Could not read...
When i tried to run workflow on self hosted runner with - name: executing remote ssh commands using private key uses: appleboy/ssh-action@master with: host: ${{ secrets.SSH_HOST_36 }} username: ${{ secrets.SSH_USERNAME_36...