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 |
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 If the |
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?