Hello,
I've created an action to accompany a trigger that should log in via SSH to a router and ping a few IP to bring back up a VPN tunnel to a remote location. As a test I modified the host with an invalid IP address to trigger the action.
In the event details I get the following error message for the SSH connection:
=== Cannot establish SSH session: Unable to exchange encryption keys ===
From the zabbix server - v2.2.1 on Centos 6.5 via Yum EPEL installation - I can SSH to the host without issue and added the RSA key to known_hosts using the username/password as specified in the the configuration for the Remote SSH command.
I turned on Debug logging but it doesn't seem to provide any information that may be useful in troubleshooting the issue.
Any ideas?
I've created an action to accompany a trigger that should log in via SSH to a router and ping a few IP to bring back up a VPN tunnel to a remote location. As a test I modified the host with an invalid IP address to trigger the action.
In the event details I get the following error message for the SSH connection:
=== Cannot establish SSH session: Unable to exchange encryption keys ===
From the zabbix server - v2.2.1 on Centos 6.5 via Yum EPEL installation - I can SSH to the host without issue and added the RSA key to known_hosts using the username/password as specified in the the configuration for the Remote SSH command.
I turned on Debug logging but it doesn't seem to provide any information that may be useful in troubleshooting the issue.
Any ideas?
Comment