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

Drone plugin for executing remote ssh commands

Results 41 drone-ssh issues
Sort by recently updated
recently updated
newest added

- before ![QQ20220727-0](https://user-images.githubusercontent.com/29363665/181221980-2c12e73d-ce17-441e-b53a-959f7c2f5185.jpg) - after ![QQ20220727-180745](https://user-images.githubusercontent.com/29363665/181222010-5bdeff02-5051-4536-97f6-6fd0892bc8d3.png)

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

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

help wanted

# Example: Use $DRONE_COMMIT when event is pull-request I can use $DRONE_COMMIT to get the pr ref to do something