Ad Widget

Collapse

Item SSH agent does give unsupported authentication method error on Raspberry.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • irs vk
    Junior Member
    • Apr 2021
    • 7

    #1

    Item SSH agent does give unsupported authentication method error on Raspberry.

    Problem description:
    Different behavior of SSH agent item for Zabbix server on Raspberry (5.2.6 , installed according to documentation) or in Docker container (5.2.6 from github https://github.com/zabbix/zabbix-docker).
    I want the Zabbix server to be running on the Raspberry, so the SSH agent item should also work on the Raspberry.

    For both environments the steps done are:
    • Create a new template
    • Create an item:
      • Type: SSH agent
      • Key: ssh.run[clean]
      • Authentication method: Password
        • User name: give correct user name
        • Password: give correct password
      • Executed script: command that I want to use
    • Test the created item, give different results
    When testing this for another type of device (more advanced Linux system) the Zabbix server on the Raspberry, does show the result as expected.

    What is causing this difference and how can I solve this?
  • irs vk
    Junior Member
    • Apr 2021
    • 7

    #2
    This issue has been solved.
    It was related to a network issue. Ön the tested device a DNS service was running, which causes a time-out and an empty list for "ssh_userauth_list.

    Comment

    Working...