Package io.trino.tempto.internal.ssh
Class JSchSshClient
java.lang.Object
io.trino.tempto.internal.ssh.JSchSshClient
- All Implemented Interfaces:
SshClient,Closeable,AutoCloseable
An
SshClient based on JSch library.-
Constructor Details
-
JSchSshClient
-
-
Method Details
-
execute
-
execute
Description copied from interface:SshClientExecutes command on a remote machine. -
upload
Description copied from interface:SshClientUploads file to a remote machine. It works like SCP. -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-