public class SshSystemRequest extends com.palantir.giraffe.host.AuthenticatedSystemRequest<SshCredential>
HostControlSystem
that uses the
SSH protocol.Modifier and Type | Field and Description |
---|---|
static String |
LOGGER_KEY |
static String |
PORT_KEY |
Constructor and Description |
---|
SshSystemRequest(URI uri,
Map<String,?> env) |
SshSystemRequest(URI uri,
SshCredential credential) |
Modifier and Type | Method and Description |
---|---|
org.slf4j.Logger |
getLogger() |
int |
getPort() |
String |
getUsername() |
void |
setLogger(org.slf4j.Logger logger) |
void |
setPort(int port) |
public static final String PORT_KEY
public static final String LOGGER_KEY
public SshSystemRequest(URI uri, SshCredential credential)
public int getPort()
public void setPort(int port)
public org.slf4j.Logger getLogger()
public void setLogger(org.slf4j.Logger logger)
public String getUsername()