i have fixed the problem
check you sshd_config if have a ListenAddress configured.
Add this line ListenAddress 127.0.0.1
zabbix open a connection to 127.0.0.1 to check the ssh service.
command
ssh 127.0.0.1
Regards
check you sshd_config if have a ListenAddress configured.
Add this line ListenAddress 127.0.0.1
zabbix open a connection to 127.0.0.1 to check the ssh service.
command
ssh 127.0.0.1
Regards
Comment