Ad Widget

Collapse

SSH check with macro dont work :-(

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gbt
    Junior Member
    • Jul 2025
    • 6

    #1

    SSH check with macro dont work :-(

    Hi,

    I'm using Zabbix 7.0.16 with ssh.
    When my item "ssh" check use a hardcoded user and password, everything is OK, i got a result.
    But
    When I use a macro {$SSL.USER} and {$SSL.PWD} defined in my template, the ssl check failed witherror : "Password authentication failed: Access denied for 'password'. Authentication that can continue: publickey,password"

    So, it seems that SSL_USER and SSL_PWD are not evaluated during the check.

    I found this bug https://support.zabbix.com/browse/ZBX-17644, but i was for Zabbix 5.0
Working...