SSHClient

gridscale.ssh.sshj.SSHClient$
See theSSHClient companion class
object SSHClient

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class NoSuchFileException(msg: String, cause: Throwable) extends Throwable

Attributes

Graph
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def launchInBackground(client: SSHClient, cde: String): Unit
def run(client: SSHClient, cde: String): Try[ExecutionResult]
def withSFTP[T](c: SSHClient, f: SFTPClient => T): T
def withSession[T](c: SSHClient)(f: SSHSession => T): Try[T]