int128 / gradle-ssh-plugin

Gradle SSH Plugin
https://gradle-ssh-plugin.github.io
Apache License 2.0
318 stars 60 forks source link

Does this plugin respect ~/.ssh/config ? #376

Open pan3793 opened 2 years ago

pan3793 commented 2 years ago

Using the latest version

id "com.palantir.git-version" version "0.12.3"
edward3h commented 12 months ago

The underlying jsch library does support ssh config, but it looks like this plugin doesn't use that.