SSHOptions

case class SSHOptions(host: String, username: String, password: SSHPassword, passphrase: SSHPassword, name: Option[String], port: Int, prompt: Option[String], timeout: Long, connectTimeout: Long, retryCount: Int, retryDelay: Int, identities: List[SSHIdentity], charset: String, noneCipher: Boolean, compress: Option[Int], execWithPty: Boolean, ciphers: Array[String], proxy: Option[Proxy], sessionConfig: Map[String, String], openSSHConfig: Option[String], knownHostsFile: Option[String])

SSHOptions stores all ssh parameters

SSHOptions stores all ssh parameters

Authors

David Crosson

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def viaProxyHttp(host: String, port: Int): SSHOptions
def viaProxySOCKS4(host: String, port: Int): SSHOptions
def viaProxySOCKS5(host: String, port: Int): SSHOptions

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product