I am trying to download a jar from Gradle and use the Gradle SSH plugin: https://gradle-ssh-plugin.imtqy.com/
Sorry, the goal completed with an error
* What went wrong: Execution failed for task ':deploy'. > reject HostKey: SERVERIPADDRESS
How to fix?
I found that there is a similar error with the Ant SSH task, and it can be fixed using the rule trust = true. Unfortunately, I cannot find a suitable option here.
those. apparently i need to configure the SSH client so that it accepts the host id.
source share