drone-ssh
drone-ssh copied to clipboard
Drone plugin for executing remote ssh commands
- before  - after 
I have found this issue: https://github.com/appleboy/drone-ssh/issues/135 and worked from there, I couldn't find this information in the DOCS: https://github.com/appleboy/drone-ssh/blob/master/DOCS.md I'm trying to pass a variable to the `script`. The current...
Output: ``` ======CMD====== exit 0 ======END====== out: err: err: out: out: out: out: err: err: err: out: err: out: out: out: out: err: err: err: out: ============================================== ✅ Successfully executed...
Original don't work
Given a file as following, it works with a `ssh_key` generate with `rsa` but `ed25519` Where `ed25519` is a recommended algorithm by github [here](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) If it does support, what should...
Hello, I have a problem i use password ,is ok ,but use ssh_key failure 2022/03/18 08:47:59 ssh.ParsePrivateKey: ssh: no key found 2022/03/18 08:47:59 ssh: handshake failed: ssh: unable to authenticate,...
I can make this work with a server running ``` $ dpkg --list openssh-server Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-===============-============-================================================================= ii openssh-server 1:8.0p1-6build1...
# Example: Use $DRONE_COMMIT when event is pull-request I can use $DRONE_COMMIT to get the pr ref to do something