License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdbiz.aQute |
ArtifactId | ArtifactIdbiz.aQute.shell.sshd.provider |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbiz.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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationaQute SARL |
Source Code Management |
Source Code Management |
<!-- 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.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.shell.sshd.provider/
implementation 'biz.aQute:biz.aQute.shell.sshd.provider:1.9.0'
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.shell.sshd.provider/
implementation ("biz.aQute:biz.aQute.shell.sshd.provider:1.9.0")
'biz.aQute:biz.aQute.shell.sshd.provider:jar:1.9.0'
<dependency org="biz.aQute" name="biz.aQute.shell.sshd.provider" rev="1.9.0">
<artifact name="biz.aQute.shell.sshd.provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='biz.aQute.shell.sshd.provider', version='1.9.0')
)
libraryDependencies += "biz.aQute" % "biz.aQute.shell.sshd.provider" % "1.9.0"
[biz.aQute/biz.aQute.shell.sshd.provider "1.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : osgi.annotation | jar | 7.0.0 |
org.osgi : org.osgi.service.component.annotations | jar | 1.4.0 |
org.apache.sshd : sshd-osgi | jar | 2.5.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
biz.aQute.bnd : aQute.libg | jar | 6.1.0 |
org.apache.felix : org.apache.felix.gogo.runtime | jar | 1.1.2 |
org.osgi : org.osgi.service.metatype.annotations | jar | 1.4.0 |
biz.aQute : biz.aQute.api.authentication | jar | 1.9.0 |
biz.aQute : biz.aQute.api.authorization | jar | 1.9.0 |
org.osgi : org.osgi.framework | jar | 1.8.0 |