-
Problem report
-
Resolution: Incomplete
-
Trivial
-
None
-
4.4.5
-
None
-
CentOS Linux release 7.7.1908 (Core)
zabbix_proxy (Zabbix) 4.4.5
libssh2-1.8.0-3.el7.x86_64
Steps to reproduce:
- Enable password authentication on ssh server
- 17708:20200211:161135.672 ssh_run() supported authentication methods:'publickey,password'
- ssh_run() works fine
- Disable password auth on ssh server (pubkey only)
- 17118:20200211:154935.628 ssh_run() supported authentication methods:'publickey'
17118:20200211:154935.631 End of ssh_run():NOTSUPPORTED
17118:20200211:154935.631 Item [www1.stride.ws:ssh.run[apache procs]] error: Public key authentication failed: Invalid signature for supplied public key, or bad username/public key combination
Result:
Can't login with pubkey when ONLY pubkey allowed (auth_pw & 4)
Can login with pubkey when pubkey & password allowed (auth_pw & 1) - even though no password set and using pubkey auth
Expected:
Can login with pubkey when ONLY pubkey allowed (auth_pw & 4)
Can login with pubkey when pubkey & password allowed (auth_pw & 1) - even though no password set and using pubkey auth
- part of
-
ZBX-17417 ssh.run with Server/Proxy linked to libssh2 cannot use new key exchange algorithms
- Closed