Hey all,
I'm trying to fire off a script on a remote server via an SSH Operation using "Public Key" for authentication, and it's failing.
I see the action firing and attempting to run, but every time it fails with "Public Key Authentication Failed: callback returned error".
I can definitely ssh directly from my Zabbix server to the remote server using the username/cert combo that I'm configuring in the Operation dialog. I made the required change to the Zabbix config file to point it to the certs' directory (/home/zabbix/.ssh). I made sure to chmod 700 on the directory and chmod 600 on the private and public keys. The Zabbix user owns the directory.
Can anyone help me figure out what might be causing this SSH command to fail?
Thanks!
I'm trying to fire off a script on a remote server via an SSH Operation using "Public Key" for authentication, and it's failing.
I see the action firing and attempting to run, but every time it fails with "Public Key Authentication Failed: callback returned error".
I can definitely ssh directly from my Zabbix server to the remote server using the username/cert combo that I'm configuring in the Operation dialog. I made the required change to the Zabbix config file to point it to the certs' directory (/home/zabbix/.ssh). I made sure to chmod 700 on the directory and chmod 600 on the private and public keys. The Zabbix user owns the directory.
Can anyone help me figure out what might be causing this SSH command to fail?
Thanks!
Comment