Method | Description | |
---|---|---|
getSession ( string user, string pass, string host, int port ) : Session |
Method | Description | |
---|---|---|
configure ( OpenSshConfig hc, Session session ) : void | ||
createDefaultJSch ( ) : JSch | ||
createSession ( OpenSshConfig hc, string user, string host, int port ) : Session | ||
getJSch ( OpenSshConfig hc ) : JSch |
Method | Description | |
---|---|---|
getConfig ( ) : OpenSshConfig | ||
getDefaultJSch ( ) : JSch | ||
identities ( JSch sch ) : void | ||
knownHosts ( JSch sch ) : void | ||
loadIdentity ( JSch sch, FileInfo priv ) : void |
protected abstract configure ( OpenSshConfig hc, Session session ) : void | ||
hc | OpenSshConfig | |
session | Session | |
return | void |
protected static createDefaultJSch ( ) : JSch | ||
return | JSch |
protected createSession ( OpenSshConfig hc, string user, string host, int port ) : Session | ||
hc | OpenSshConfig | |
user | string | |
host | string | |
port | int | |
return | Session |
protected getJSch ( OpenSshConfig hc ) : JSch | ||
hc | OpenSshConfig | |
return | JSch |
public getSession ( string user, string pass, string host, int port ) : Session | ||
user | string | |
pass | string | |
host | string | |
port | int | |
return | Session |