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 host address for the SSH server to bind to.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) Sets the port for the SSH server to listen on.NettySshTtyBootstrap.setPublicKeyAuthenticator(org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator publicKeyAuthenticator) Sets the public key authenticator for SSH connections.