We're trying to set up some custom SSH-based items on a Docker-hosted Zabbix server, and this is proving a bit of a challenge (possibly because the documentation seems to be aimed at the "normal" Zabbix installation, not a Docker one).
After generating our key pairs we get the following:

Alas, based on Zabbix documentation for SSH checks (https://www.zabbix.com/documentation...pes/ssh_checks) the "ssh-rsa" should be a valid type. Unfortunately I'm not sure how to set these accepted types up on a Docker-based installation.
Any hints on how to set up SSH on a Docker-based Zabbix server?
After generating our key pairs we get the following:
Code:
Public key try failed: The key algorithm 'ssh-rsa' is not allowed to be used by PUBLICKEY_ACCEPTED_TYPES configuration option
Alas, based on Zabbix documentation for SSH checks (https://www.zabbix.com/documentation...pes/ssh_checks) the "ssh-rsa" should be a valid type. Unfortunately I'm not sure how to set these accepted types up on a Docker-based installation.
Any hints on how to set up SSH on a Docker-based Zabbix server?
Comment