Skip to content

Docker Connection

By default, SSM will try to connect through SSH to the Docker socket using the global device authentication set during the device addition process.

However, you may want to set up a specific SSH connection method for that:

Using Different SSH Credentials for Connecting to the Docker Socket

  • Navigation: Inventory / <device> / Configuration => "Docker" tab; Show advanced on;

docker-advanced-con

With this option, you can specify alternative SSH credentials.

Docker SSH Advanced Connection Options

OptionDescription
Force IPV6Forces the communication to use the IPv6 protocol. Ensures connections are made over IPv6.
Force IPV4Forces the communication to use the IPv4 protocol. Ensures connections are made over IPv4.
Agent ForwardForwards connection via a specified agent. Useful for SSH agent forwarding.
Try KeyboardAttempts to enable keyboard-interactive prompts for authentication or user-input-related processes.

TLS (HTTPS) Secured Docker Daemon Sockets

TLS protection for the Docker daemon secures client-daemon communication using mutual TLS authentication and encryption. It involves using SSL/TLS certificates for both ends to authenticate and encrypt data, preventing unauthorized access and ensuring data integrity. Official documentation

It is supported in SSM in:

  • Navigation: Inventory / <device> / Configuration => "Docker" tab; Show advanced on;

docker-certs

Made with love