SSHOperations

tasks.elastic.ssh.SSHOperations
object SSHOperations

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object HostKeyVerifier extends ServerHostKeyVerifier

Attributes

Supertypes
trait ServerHostKeyVerifier
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def openSession[T](host: Host)(f: Session => T): Try[T]
def terminateProcess(host: Host, pid: String): Unit