SSH Service Settings

The following settings presented by SSH Settings (sshSettings) variable are used to monitor an SSH server:

Property

Description

Enabled

Enables/disables SSH monitoring and remote script execution.

Port

Port number the SSH server is running on.

User Name

User name to use for authorization.

Password

Password to use for authorization.

RSA or DSA Private Key

Private key to use for authorization. The key should be inserted in text format. For example, RSA key normally starts with -----BEGIN RSA PRIVATE KEY----- prefix and ends with -----END RSA PRIVATE KEY----- suffix.

Private Key Password

Password for the private key decryption.

Connection Timeout

Timeout value for connection attempts.

Shell

Specify the name of a command shell and any desired options. Default shell is sh.

If the cmd shell is used in Windows operating systems, it is recommended to specify the options /q to “quit after processing” and /c to “carry out command and then terminate” to disable echo and terminates immediately after script execution.

Script

Script specified as explicit text or as a file; may be NULL.

Execution Timeout

Maximum time to allow for script execution.

Was this page helpful?