Uses of Class
org.aesh.terminal.ssh.netty.NettySshTtyBootstrap
Packages that use NettySshTtyBootstrap
-
Uses of NettySshTtyBootstrap in org.aesh.terminal.ssh.netty
Methods in org.aesh.terminal.ssh.netty that return NettySshTtyBootstrapModifier and TypeMethodDescriptionSets the character set for encoding/decoding.Sets the host address for the SSH server to bind to.NettySshTtyBootstrap.port(int port) Sets the port for the SSH server to listen on.Deprecated.NettySshTtyBootstrap.setKeyPairProvider(org.apache.sshd.common.keyprovider.KeyPairProvider keyPairProvider) Sets the key pair provider for SSH host keys.NettySshTtyBootstrap.setPasswordAuthenticator(org.apache.sshd.server.auth.password.PasswordAuthenticator passwordAuthenticator) Sets the password authenticator for SSH connections.NettySshTtyBootstrap.setPort(int port) Deprecated.Useport(int)instead.NettySshTtyBootstrap.setPublicKeyAuthenticator(org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator publicKeyAuthenticator) Sets the public key authenticator for SSH connections.
host(String)instead.