MVN

biz.aQute : biz.aQute.shell.sshd.provider

Maven & Gradle

Apr 13, 2023
5 stars

biz.aQute.shell.sshd.provider · An SSH daemon that interacts with Gogo. Since many Linux distributions have removed telnet, there is a need to interact with Gogo using ssh, which is still approved. This ssh provider can be used without authentication when registered only on localhost. Otherwise the user should register an biz.aQute.authentication.api.Authenticator service. The configuration by default requires this optional service to be there.

<dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>biz.aQute.shell.sshd.provider</artifactId>
    <version>1.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.aQute : biz.aQute.shell.sshd.provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.0

All Versions

Choose a version of biz.aQute : biz.aQute.shell.sshd.provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
biz.aQute.shell.sshd.provider-1.10.0
1.9.x
biz.aQute.shell.sshd.provider-1.9.0
1.8.x
biz.aQute.shell.sshd.provider-1.8.0
1.7.x
biz.aQute.shell.sshd.provider-1.7.0
1.6.x
biz.aQute.shell.sshd.provider-1.6.0
1.3.x
biz.aQute.shell.sshd.provider-1.3.0

How to add a dependency to Maven

Add the following biz.aQute : biz.aQute.shell.sshd.provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>biz.aQute.shell.sshd.provider</artifactId>
    <version>1.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.aQute : biz.aQute.shell.sshd.provider gradle dependency to your build.gradle file:

implementation 'biz.aQute:biz.aQute.shell.sshd.provider:1.10.0'

Gradle Kotlin DSL: Add the following biz.aQute : biz.aQute.shell.sshd.provider gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.aQute:biz.aQute.shell.sshd.provider:1.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.aQute : biz.aQute.shell.sshd.provider sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.aQute" % "biz.aQute.shell.sshd.provider" % "1.10.0"

Advertisement