public static interface SshEndpointBuilderFactory.SshBuilders
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.SshEndpointBuilder |
ssh(String path)
SSH (camel-ssh)
The ssh component enables access to SSH servers such that you can
send an SSH command, and process the response.
|
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: 22Apache Camel