[Index]

ssh:connection


Provide an SSH connection.

Property Summary

host The host to connect to.
keyIdentityProvider Provides a key for Public Key Authentication.
passwordProvider Provide a password for password authentication.
port The port.
timeout Timeout when trying to connect.
user The user for the connection.

Property Detail

host

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The host to connect to.

keyIdentityProvider

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

Provides a key for Public Key Authentication.

passwordProvider

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

Provide a password for password authentication.

port

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to 22.

The port.

timeout

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to 60 seconds.

Timeout when trying to connect.

user

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The user for the connection.


(c) R Gordon Ltd 2005 - Present