[Index]
ssh:connection
Provide an SSH connection.
Property Summary
Property Detail
host
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | Yes. |
The host to connect to.
keyIdentityProvider
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
Provides a key for Public Key Authentication.
passwordProvider
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
Provide a password for password authentication.
port
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No, defaults to 22. |
The port.
timeout
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No, defaults to 60 seconds. |
Timeout when trying to connect.
user
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | Yes. |
The user for the connection.
(c) R Gordon Ltd 2005 - Present