Skip to content

implementare comando di shell per lanciare comandi ssh #414

Description

@github-actions

// 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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions