Magidoc

SshCredentials
Object

SSH

Fields

#

id

ID !
Non-null

This credentials ID

shared

Non-null

The shared flag (true for global credentials)

system

If there is a monitored system associated this field can return it.

purpose

The purpose of this credentials.

hostname

The hostname to connect to. If it is empty the hostname of the monitoring server is used.

port

The port to connect to. If it is empty the default SSH port 22 will be used.

username

Non-null

The SSH username

password

The password.

identity

Identity (private key) for public key authentication.

identityPassphrase

Identity (private key) passphrase for public key authentication.

config

SSH configuration options in the shape "key" -> "value" pairs.

Interfaces

#

Also implements CredentialsBase .

Usages

#

References

#