Uses of Class
org.dellroad.jct.ssh.simple.SimpleConsoleSshServer.Builder
Packages that use SimpleConsoleSshServer.Builder
-
Uses of SimpleConsoleSshServer.Builder in org.dellroad.jct.ssh.simple
Methods in org.dellroad.jct.ssh.simple that return SimpleConsoleSshServer.BuilderModifier and TypeMethodDescriptionSimpleConsoleSshServer.Builder.authenticator
(org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator authenticator) Configure the public key authenticator that authenticates new incoming connections.SimpleConsoleSshServer.Builder.authorizedKeys
(InputStream authorizedKeys) Read authorized users' public keys from anInputStream
.SimpleConsoleSshServer.Builder.authorizedKeys
(String authorizedKeys) Read authorized users' public keys from aString
.SimpleConsoleSshServer.Builder.authorizedKeys
(Path authorizedKeys) Configurea authorized users' public keys to be read from a file at connection time.SimpleConsoleSshServer.builder()
Create an instance builder.Configure theExec
that successful incoming execute connections should connect to.SimpleConsoleSshServer.Builder.hostKey
(ClassLoader loader, String resource) Configure the host key to be read from a classpath resource at connection time.Configure the host key to be read from a file at connection time.SimpleConsoleSshServer.Builder.hostKeyProvider
(org.apache.sshd.common.keyprovider.KeyPairProvider hostKeyProvider) Configure the host key provider.SimpleConsoleSshServer.Builder.listenPort
(int port) Configure the TCP port on which to listen for new connections.SimpleConsoleSshServer.Builder.loopbackOnly
(boolean loopbackOnly) Configure whether to listen for new connections only on the loopback interface, or on all interfaces.Configure theShell
that successful incoming shell connections should connect to.Constructors in org.dellroad.jct.ssh.simple with parameters of type SimpleConsoleSshServer.BuilderModifierConstructorDescriptionprotected
Constructor.