Unlisted
A newer version of this extension has been released with the group id io.quarkiverse.jsch
A generic image as a placeholder for the extension icon
JSch
JSch is a pure Java implementation of SSH2 and allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkus:quarkus-jsch

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkus:quarkus-jsch"

Gradle

./gradlew addExtension --extensions="io.quarkus:quarkus-jsch"
A newer version of this extension was published with the group id io.quarkiverse.jsch.