Hi,
I've been connecting servers via SSH and running a script on target servers and creating alerts, but suddenly Zabbix throws the error below;
"Keyboard-interactive authentication failed: Access denied for 'keyboard interactive'. Authentication that can continue: publickey,keyboard-interactive"
The script in the Item is below;
I can successfully connect to the target via SSH from the Zabbix server.
Any idea why?
I've been connecting servers via SSH and running a script on target servers and creating alerts, but suddenly Zabbix throws the error below;
"Keyboard-interactive authentication failed: Access denied for 'keyboard interactive'. Authentication that can continue: publickey,keyboard-interactive"
The script in the Item is below;
Code:
#!/bin/bash
echo {$SSH.USER.PASSWORD} | sudo -S sh /opt/app/test.sh
Any idea why?
Comment