Skip to content

SSH Configuration

Basic

SSM will use SSH connection to connect to your device. You must provide valid authentication information in order to manage your device.

Device Configuration

Host

ParameterRequiredDescription
Device IP🔴The IPv4 address of the device. Combined with SSH Port, it must be accessible from the SSM instance.
SSH Port🔴The SSH port of the agent running on the device. The default is 22.

Super User

ParameterRequiredDescription
Sudo Method🔴The method used to elevate SSM privileges in specific cases, such as with Ansible Become, accessing the Docker socket if necessary, etc. In most cases, this should be sudo.
Sudo UserThe sudo user, if applicable.
Sudo PasswordThe password for the sudo user, if applicable.

Authentication

ParameterRequiredDescription
SSH Connection Type🔴The type of SSH credentials used to connect to the host. Possible values are: User/Password, Keys, or Passwordless. For more details, refer to the Technical Guide: SSH Connection.

Diagnose your connection

See Diagnostic

Advanced

Advanced Configuration

For further details, see Technical Guide: Ansible > SSH/Connection.

Made with love