fun SSHTermOptions(defaultCharset: String? = null, host: String? = null, intputrc: String? = null, keyPairOptions: JksOptions? = null, pemKeyPairOptions: PemKeyCertOptions? = null, pfxKeyPairOptions: PfxOptions? = null, port: Int? = null): SSHTermOptions
A function providing a DSL for building io.vertx.ext.shell.term.SSHTermOptions objects.
The SSH term configuration options.
defaultCharset
- Set the default charset to use when the client does not specifies one.
intputrc
- The path of the inputrc config.
keyPairOptions
- Set the key pair options in jks format, aka Java keystore.
pemKeyPairOptions
- Set the key pair store options in pem format.