C# Class Tamir.SharpSsh.jsch.JSch

Exibir arquivo Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method Description
Init ( ) : void
JSch ( ) : System
addIdentity ( String foo ) : void
addIdentity ( String foo, String bar ) : void
getHostKeyRepository ( ) : Tamir.SharpSsh.jsch.HostKeyRepository
getSession ( String username, String host ) : Session
getSession ( String username, String host, int port ) : Session
setConfig ( System foo ) : void
setHostKeyRepository ( Tamir.SharpSsh.jsch.HostKeyRepository foo ) : void
setKnownHosts ( StreamReader foo ) : void
setKnownHosts ( String foo ) : void

Private Methods

Method Description
getConfig ( String foo ) : String
getProxy ( String host ) : System.Proxy
removeProxy ( ) : void
removeSession ( Session session ) : bool
setProxy ( String hosts, System.Proxy proxy ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

JSch() public method

public JSch ( ) : System
return System

addIdentity() public method

public addIdentity ( String foo ) : void
foo String
return void

addIdentity() public method

public addIdentity ( String foo, String bar ) : void
foo String
bar String
return void

getHostKeyRepository() public method

public getHostKeyRepository ( ) : Tamir.SharpSsh.jsch.HostKeyRepository
return Tamir.SharpSsh.jsch.HostKeyRepository

getSession() public method

public getSession ( String username, String host ) : Session
username String
host String
return Session

getSession() public method

public getSession ( String username, String host, int port ) : Session
username String
host String
port int
return Session

setConfig() public static method

public static setConfig ( System foo ) : void
foo System
return void

setHostKeyRepository() public method

public setHostKeyRepository ( Tamir.SharpSsh.jsch.HostKeyRepository foo ) : void
foo Tamir.SharpSsh.jsch.HostKeyRepository
return void

setKnownHosts() public method

public setKnownHosts ( StreamReader foo ) : void
foo System.IO.StreamReader
return void

setKnownHosts() public method

public setKnownHosts ( String foo ) : void
foo String
return void