Ad Widget

Collapse

SSH actions ,,Unsupported authentication'' problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • herself
    Junior Member
    • Dec 2012
    • 3

    #1

    SSH actions ,,Unsupported authentication'' problem

    Hello,

    I'm having problems with ssh-based actions. I'm getting a ,,Unsupported authentication method. Supported methods: publickey'' error whenever the action gets triggered.

    I think I double checked everything, and a normal `ssh zabbix@host` from the server machine works properly. More configuration details below:

    The error itself:


    Configuration page:


    SSH key line in the server config:
    Code:
    SSHKeyLocation=/home/zabbix/.ssh
    SSH key permissions:
    Code:
    root@zabbix1 ~ # ls -l /home/zabbix/.ssh/*
    -rw-r--r--  1 root    wheel    408 Dec 12 15:17 /home/zabbix/.ssh/authorized_keys
    -rw-------  1 zabbix  zabbix  1766 Dec 12 15:08 /home/zabbix/.ssh/id_rsa
    -rw-r--r--  1 zabbix  zabbix   408 Dec 12 15:08 /home/zabbix/.ssh/id_rsa.pub
    -rw-r--r--  1 zabbix  zabbix   396 Dec 12 14:30 /home/zabbix/.ssh/known_hosts
    Debug log from zabbix server:
    http://hpaste.org/79153

    Any help will be greatly appreciated.
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    probably https://support.zabbix.com/browse/ZBX-5674
    Zabbix 3.0 Network Monitoring book

    Comment

    • herself
      Junior Member
      • Dec 2012
      • 3

      #3
      So I take it will be fixed in 2.0.5 and affects 2.0.4 (which I use)?

      Comment

      Working...