메소드 | 설명 | |
---|---|---|
getSession ( string user, string pass, string host, int port ) : Session |
메소드 | 설명 | |
---|---|---|
configure ( OpenSshConfig hc, Session session ) : void | ||
createDefaultJSch ( ) : JSch | ||
createSession ( OpenSshConfig hc, string user, string host, int port ) : Session | ||
getJSch ( OpenSshConfig hc ) : JSch |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
protected createSession ( OpenSshConfig hc, string user, string host, int port ) : Session | ||
hc | OpenSshConfig | |
user | string | |
host | string | |
port | int | |
리턴 | Session |
public getSession ( string user, string pass, string host, int port ) : Session | ||
user | string | |
pass | string | |
host | string | |
port | int | |
리턴 | Session |