is not current version
Last Version 1.9.0

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

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.

Categories

Categories

IDE Development Tools
GroupId

GroupId

biz.aQute
ArtifactId

ArtifactId

biz.aQute.shell.sshd.provider
Version

Version

1.3.0
Type

Type

jar

Download biz.aQute.shell.sshd.provider 1.3.0


<!-- https://jarcasting.com/artifacts/biz.aQute/biz.aQute.shell.sshd.provider/ -->
<dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>biz.aQute.shell.sshd.provider</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.shell.sshd.provider/
implementation 'biz.aQute:biz.aQute.shell.sshd.provider:1.3.0'
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.shell.sshd.provider/
implementation ("biz.aQute:biz.aQute.shell.sshd.provider:1.3.0")
'biz.aQute:biz.aQute.shell.sshd.provider:jar:1.3.0'
<dependency org="biz.aQute" name="biz.aQute.shell.sshd.provider" rev="1.3.0">
  <artifact name="biz.aQute.shell.sshd.provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='biz.aQute.shell.sshd.provider', version='1.3.0')
)
libraryDependencies += "biz.aQute" % "biz.aQute.shell.sshd.provider" % "1.3.0"
[biz.aQute/biz.aQute.shell.sshd.provider "1.3.0"]