| Interface | Description |
|---|---|
| PortForwarding |
Represents a SSH port forwarding channel.
|
| SSHContext |
This context provides ssh keys and access to
SSHSession for interacting with remote hosts. |
| SSHProcess |
Represents a process launched via the
SSHSession.execute(String...) method. |
| SSHSession |
This interface represents an SSH session, which allow performing remote ssh commands and scp.
|
| Class | Description |
|---|---|
| PortForwarding.DataConsumer |
This class is for consuming incoming data from the SSH port forwarding channel.
|
| SSHKeyPair |
Represents a public-private key pair for SSH authentication.
|
| SSHPublicKey |
Contains information of a public key.
|
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.