gradle-ssh-plugin icon indicating copy to clipboard operation
gradle-ssh-plugin copied to clipboard

Gradle SSH Plugin

Results 76 gradle-ssh-plugin issues
Sort by recently updated
recently updated
newest added

When you kill the gradle build, the remote session appears to still be running. The session doesn't seem to disconnect gracefully, allowing sshd to cleanup any running programs in a...

Hi, Just a suggestion: consider adding a `cksum` feature that will check the jar/war on the localhost and then compare with the remote jar/war cksum. If cksum test fails repeat,...

feature

Between 2.3.0 and 2.4.0, you can no longer get a file or directory into a local directory that doesn't exist. ### Environment info gradle-ssh-plugin-2.6.0 (groovy-ssh-2.6.0, jsch-0.1.53, groovy-2.4.4, java-1.8.0_92) ### Steps...

feature

My `gradle-ssh-plugin` script is using a lot of small methods which performs some actions on a remote host. As far as I understand it each time I use the session()...

feature

When transfering a perl script from a Windows machine to a Unix machine, the line endings are preserved. I found this http://stackoverflow.com/a/5958926 for fixing the line endings when archiving jars...

feature

Microsoft azure app service deployment only supports this mechanism of FTP and there are no Gradle plugins that support it today. Your plugin is great, and I would like to...

Hi! When i use this plugin i get Execution failed for task ':serverUptime'. > USERAUTH fail But if I use ssh from bash i can connect Same user & host...

### Environment info `gradle-ssh-plugin-2.7.0 (groovy-ssh-2.7.0, jsch-0.1.53, groovy-2.4.7, java-1.8.0_77)` ### Steps to reproduce 1. Configure remotes with SSH agent. 2. Write a deploy task with an arbitrary session. 3. Run deploy...

Amazon EC2 instances use .pem files as the identity. I am getting a `reject HostKey:` error when trying to use that type of file. ``` remotes { sandbox { host...

question

### Environment info os : `Darwin foxMac.local 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64` target os: `Linux CM1.MDP 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22...

question