vertx / io.vertx.ext.shell.term / TermServer / createSSHTermServer

createSSHTermServer

open static fun createSSHTermServer(vertx: Vertx): TermServer

Create a term server for the SSH protocol.

Parameters

vertx - the vertx instance

Return
the term server

open static fun createSSHTermServer(vertx: Vertx, options: SSHTermOptions): TermServer

Create a term server for the SSH protocol.

Parameters

vertx - the vertx instance

options - the ssh options

Return
the term server