Hi,
zabbix_server (Zabbix) 6.0.0beta1
On Zabbix server I have created id_rsa and id_rsa.pub in folder /home/zabbix/.ssh
Changed zabbix_server.conf and restarted zabbix server
root@srv-zabbix-1:/etc/zabbix# cat zabbix_server.conf | grep SSHKey
### Option: SSHKeyLocation
SSHKeyLocation=/home/zabbix/.ssh
then I have tested connection from Zabbix server (with user zabbix) to external system using user and password: it works
then I have tested connection from Zabbix server (with user zabbix) to external system using ssh key: it works
Now creating a new Item for Host:
Item type: SSH Agent
I'm testing connection with user/password or user/public key
In both cases I get error:
Password authentication failed: Access denied for 'password'. Authentication that can continue: publickey,password
Public key try failed: Access denied for 'publickey'. Authentication that can continue: publickey,password
What could be a root cause?
Where can I get more detailed logs from this issue? (there is nothing about this issue in /var/log/zabbix)
zabbix_server (Zabbix) 6.0.0beta1
On Zabbix server I have created id_rsa and id_rsa.pub in folder /home/zabbix/.ssh
Changed zabbix_server.conf and restarted zabbix server
root@srv-zabbix-1:/etc/zabbix# cat zabbix_server.conf | grep SSHKey
### Option: SSHKeyLocation
SSHKeyLocation=/home/zabbix/.ssh
then I have tested connection from Zabbix server (with user zabbix) to external system using user and password: it works
then I have tested connection from Zabbix server (with user zabbix) to external system using ssh key: it works
Now creating a new Item for Host:
Item type: SSH Agent
I'm testing connection with user/password or user/public key
In both cases I get error:
Password authentication failed: Access denied for 'password'. Authentication that can continue: publickey,password
Public key try failed: Access denied for 'publickey'. Authentication that can continue: publickey,password
What could be a root cause?
Where can I get more detailed logs from this issue? (there is nothing about this issue in /var/log/zabbix)
Comment