com.jcraft.jsch
public class JSch extends Object
Constructor Summary | |
---|---|
JSch() |
Method Summary | |
---|---|
void | addIdentity(String foo) |
void | addIdentity(String foo, String bar) |
HostKeyRepository | getHostKeyRepository() |
Session | getSession(String username, String host) |
Session | getSession(String username, String host, int port) |
protected boolean | removeSession(Session session) |
static void | setConfig(Hashtable foo) |
void | setHostKeyRepository(HostKeyRepository foo) |
void | setKnownHosts(String foo) |
void | setKnownHosts(InputStream foo) |