DOC

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.

Table Of Contents

Latest Version

Download biz.aQute : biz.aQute.shell.sshd.provider Javadoc & API Documentation - Latest Versions:

All Versions

Download biz.aQute : biz.aQute.shell.sshd.provider Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file biz.aQute.shell.sshd.provider-1.10.0-javadoc.jar to biz.aQute.shell.sshd.provider-1.10.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder biz.aQute.shell.sshd.provider-1.10.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "biz.aQute.shell.sshd.provider-1.10.0-sources.jar" -d "biz.aQute.shell.sshd.provider-1.10.0-javadoc" -subpackages 

Advertisement