Hello,
I'm having problems with ssh-based actions. I'm getting a ,,Unsupported authentication method. Supported methods: publickey'' error whenever the action gets triggered.
I think I double checked everything, and a normal `ssh zabbix@host` from the server machine works properly. More configuration details below:
The error itself:
Configuration page:
SSH key line in the server config:
SSH key permissions:
Debug log from zabbix server:
http://hpaste.org/79153
Any help will be greatly appreciated.
I'm having problems with ssh-based actions. I'm getting a ,,Unsupported authentication method. Supported methods: publickey'' error whenever the action gets triggered.
I think I double checked everything, and a normal `ssh zabbix@host` from the server machine works properly. More configuration details below:
The error itself:
Configuration page:
SSH key line in the server config:
Code:
SSHKeyLocation=/home/zabbix/.ssh
Code:
root@zabbix1 ~ # ls -l /home/zabbix/.ssh/* -rw-r--r-- 1 root wheel 408 Dec 12 15:17 /home/zabbix/.ssh/authorized_keys -rw------- 1 zabbix zabbix 1766 Dec 12 15:08 /home/zabbix/.ssh/id_rsa -rw-r--r-- 1 zabbix zabbix 408 Dec 12 15:08 /home/zabbix/.ssh/id_rsa.pub -rw-r--r-- 1 zabbix zabbix 396 Dec 12 14:30 /home/zabbix/.ssh/known_hosts
http://hpaste.org/79153
Any help will be greatly appreciated.
Comment