Hello all,
I'm configuring in a custom template a new item that executes an ssh agent to get the result of a command. I'm using a public key RSA 2048 SHA256, but in connection with old systems I receive the error
Note that using that key from bash, everything works good.
How can I resolve this?
I'm using a Debian 12 system with zabbix server 6.4.7 and the other system has a Raspbian jessie.
Thank you.
I'm configuring in a custom template a new item that executes an ssh agent to get the result of a command. I'm using a public key RSA 2048 SHA256, but in connection with old systems I receive the error
Code:
Public key try failed: The key algorithm 'ssh-rsa' is not allowed to be used by PUBLICKEY_ACCEPTED_TYPES configuration option
How can I resolve this?
I'm using a Debian 12 system with zabbix server 6.4.7 and the other system has a Raspbian jessie.
Thank you.
Comment