public static interface SshEndpointBuilderFactory.SshBuilders
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.SshEndpointBuilder |
ssh(String path)
SSH (camel-ssh)
Execute commands on remote hosts using SSH.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
ssh(String componentName,
String path)
SSH (camel-ssh)
Execute commands on remote hosts using SSH.
|
default SshEndpointBuilderFactory.SshEndpointBuilder ssh(String path)
ssh:host:port
Path parameter: host (required)
Sets the hostname of the remote SSH server.
Path parameter: port
Sets the port number for the remote SSH server.
Default value: 22path - host:portdefault SshEndpointBuilderFactory.SshEndpointBuilder ssh(String componentName, String path)
ssh:host:port
Path parameter: host (required)
Sets the hostname of the remote SSH server.
Path parameter: port
Sets the port number for the remote SSH server.
Default value: 22componentName - to use a custom component name for the endpoint
instead of the default namepath - host:portApache Camel