All Projects → int128 → Gradle Ssh Plugin

int128 / Gradle Ssh Plugin

Licence: apache-2.0
Gradle SSH Plugin

Programming Languages

groovy
2714 projects

Labels

Projects that are alternatives of or similar to Gradle Ssh Plugin

Androidonboarder
A simple way to make a beauty onboarding experience (app intro or welcome screen) for your users.
Stars: ✭ 269 (-6.92%)
Mutual labels:  gradle
Kotlin Examples
Various examples for Kotlin
Stars: ✭ 3,014 (+942.91%)
Mutual labels:  gradle
Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (-1.73%)
Mutual labels:  gradle
Autossh
No password ssh client for Mac/Linux, one key login remote server. 一个SSH远程客户端,可一键登录远程服务器,主要用来弥补Mac/Linux Terminal SSH无法保存密码的不足。
Stars: ✭ 273 (-5.54%)
Mutual labels:  ssh
Ssh Deploy
GitHub Action for deploying code via rsync over ssh
Stars: ✭ 272 (-5.88%)
Mutual labels:  ssh
Gradle Unused Resources Remover Plugin
Gradle Plugin that removes unused resources in Android projects.
Stars: ✭ 282 (-2.42%)
Mutual labels:  gradle
Upterm
Secure Terminal Sharing
Stars: ✭ 261 (-9.69%)
Mutual labels:  ssh
Nps
一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
Stars: ✭ 19,537 (+6660.21%)
Mutual labels:  ssh
Certificates
🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
Stars: ✭ 3,693 (+1177.85%)
Mutual labels:  ssh
Gradle Docker Compose Plugin
Simplifies usage of Docker Compose for integration testing in Gradle environment.
Stars: ✭ 284 (-1.73%)
Mutual labels:  gradle
Android Camera2 Secret Picture Taker
Take pictures 📷 secretly (without preview or launching device's camera app) using Android CAMERA2 API
Stars: ✭ 275 (-4.84%)
Mutual labels:  gradle
Ssh Vault
🌰 encrypt/decrypt using ssh keys
Stars: ✭ 277 (-4.15%)
Mutual labels:  ssh
Gradle Code Quality Tools Plugin
Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.
Stars: ✭ 282 (-2.42%)
Mutual labels:  gradle
Gradle Aws Plugin
Gradle plugin to manage Amazon Web Services
Stars: ✭ 269 (-6.92%)
Mutual labels:  gradle
Pisth
SSH and SFTP client for iOS
Stars: ✭ 286 (-1.04%)
Mutual labels:  ssh
Electerm
📻Terminal/ssh/sftp client(linux, mac, win)
Stars: ✭ 4,763 (+1548.1%)
Mutual labels:  ssh
Deployr
A simple golang application to automate the deployment of software releases.
Stars: ✭ 282 (-2.42%)
Mutual labels:  ssh
Gittoolbox
GitToolBox IntelliJ plugin
Stars: ✭ 284 (-1.73%)
Mutual labels:  gradle
Linux Command
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
Stars: ✭ 17,481 (+5948.79%)
Mutual labels:  ssh
Gradle Multi Project Example
Gradle 多项目管理示例
Stars: ✭ 283 (-2.08%)
Mutual labels:  gradle

Gradle SSH Plugin CircleCI Gradle Status

Gradle SSH Plugin provides SSH facilities such as command execution or file transfer on Gradle.

https://gradle-ssh-plugin.github.io

Contributions

This is an open source software licensed under the Apache License Version 2.0. Feel free to open issues or pull requests.

Development

Gradle SSH Plugin internally uses Groovy SSH library. It depends on JSch.

The document is maintained on the repository of Groovy SSH.

Acceptance Test

We can run the acceptance test to verify behavior of the plugin on Gradle.

# Run sshd
./gradle-ssh-plugin/acceptance-test/fixture/run-sshd.sh

# Run the test
./gradlew :gradle-ssh-plugin:acceptance-test:test

# Stop sshd
docker stop sshd

Note that the test depends on int128/sshd and keys are hardcoded in .circleci/config.yml.

You can regenerate keys by the following commands:

ssh-keygen -m PEM -t rsa -f keys/id_rsa
ssh-keygen -A -f keys/

Release

Push a versioned tag to GitHub and CI will upload the artifact to Bintray.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].