|
// TODO implementare comando di shell per lanciare comandi ssh |
tunnels.remove(tunnelId);
}
// TODO implementare comando di shell per lanciare comandi ssh
public static String execCommandOnRemoteSshHost(String authkey, String username, String password, String host,
int port, String command) throws IOException, JSchException {
JSch jsch = new JSch();
EdgeAgentAr4k/ar4k-terminal/src/main/java/org/ar4k/agent/console/SshShellInterface.java
Line 127 in c651d6f