This problem has been posted a couple of times, but no solution helps me. We have multiple linux systems with Suse Linux Enterprise Server 11 FixPack 4. On these systems, the ssh probes (e.g. ssh disk space) functions well. Authentication is done by private key / public key. But after upgrading to SLES 12.3, the authentication fails.
default ssh engine
Message of the probe: Failed to connect. Please check the SSH log of the target device or try the Compatibility Mode of the sensor's SSH engine and consider updating the target system's operating system. Reason: ssh_userauth_publickey failed (-1)Socket error: disconnected
Message in target log: fatal: Access denied for user prtg by PAM account configuration [preauth]
Compatibility Mode ssh engine
Message of the probe: The negotiation of encryption algorithm is failed
Message in target log: no matching cipher found. Their offer: blowfish-cbc,cast128-cbc,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc [preauth]
"ssh -Q cipher" on the target
3des-cbc
blowfish-cbc
cast128-cbc
arcfour
arcfour128
arcfour256
aes128-cbc
aes192-cbc
aes256-cbc
[email protected]
aes128-ctr
aes192-ctr
aes256-ctr
[email protected]
[email protected]
[email protected]
What may be the next step to get deeper?
Add comment