Uses of Class
io.vertx.ext.shell.term.SSHTermOptions
Packages that use SSHTermOptions
-
Uses of SSHTermOptions in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return SSHTermOptionsMethods in io.vertx.ext.shell with parameters of type SSHTermOptionsModifier and TypeMethodDescriptionShellServiceOptions.setSSHOptions(SSHTermOptions sshOptions) Set the SSH options, if the option is null, SSH will not be started. -
Uses of SSHTermOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term that return SSHTermOptionsModifier and TypeMethodDescriptionSSHTermOptions.setAuthOptions(JsonObject authOptions) Set the auth options.SSHTermOptions.setDefaultCharset(String defaultCharset) Set the default charset to use when the client does not specifies one.Set the hostSSHTermOptions.setIntputrc(String intputrc) The path of the inputrc config.SSHTermOptions.setKeyPairOptions(JksOptions options) Set the key pair options in jks format, aka Java keystore.SSHTermOptions.setPemKeyPairOptions(PemKeyCertOptions options) Set the key pair store options in pem format.SSHTermOptions.setPfxKeyPairOptions(PfxOptions options) Set the key pair options in pfx format.SSHTermOptions.setPort(int port) Set the portMethods in io.vertx.ext.shell.term with parameters of type SSHTermOptionsModifier and TypeMethodDescriptionstatic TermServerTermServer.createSSHTermServer(Vertx vertx, SSHTermOptions options) Create a term server for the SSH protocol.Constructors in io.vertx.ext.shell.term with parameters of type SSHTermOptions