I tried to add a ssh meminfo sensor for our opensolaris system, failed, got following error:
[ID 800047 auth.crit] fatal: Client and server could not agree on a common cipher: client "blowfish-cbc,cast128-cbc,aes128-cbc,3des-cbc", server "aes128-ctr,aes192-ctr,aes256-ctr,arcfour128,arcfour256,arcfour".
I ve tried to enable ssh version 1 and add cbc cyphers on the opensolaris server, didnt solve the issue.
Wondering if there is way for PRTG to enable ctr ciphers on the ssh sensors?
Thanks
Article Comments
Hello, thx for the fast response.
I added the following line to the sshd_config file.
"Ciphers blowfish-cbc,aes128-ctr,aes192-ctr,aes256-ctr,arcfour128,arcfour256,arcfour"
restarted sshd, tried the PRTG ssh sensor. Got the following error on PRTG,
"The negotiation of host key verification algorithm is failed"
Following error on opensolaris server
"[ID 800047 auth.crit] fatal: no hostkey alg"
Please advice, thx again.
Dec, 2010 - Permalink
pls ignore my last reply, prtg can connect to opensolaris server with ssh sensor after I re made the ssh keys.
but the ssh sensors aint working for opensolaris. got following error,
"The host's system is unable to process PRTG's command: "cat /proc/meminfo". (code: PE096)"
Opensolaris file system is different than Linux that /proc/meminfo doesnt exist. Is there anyway I can monitor Opensolaris with PRTG ssh sensor?
Thanks
Dec, 2010 - Permalink
For those who are interested, please refer to the article Which encryption algorithms does PRTG SSH sensors suppor" which shows an overview over the currently supported encryption algorithms.
Best regards,
Sven
Jan, 2018 - Permalink
Hallo Brenton,
after enabling cbc-ciphers have you properly configured sshd to use at least the blowfish-cbc-cipher in /etc/ssh/sshd_config (sshd needs to be restarted here)?
Here is my explicit cipher configuration on opensolaris which is working for PRTG-SSH-Sensors:
As you can see in my output you don't need to set 'Protocol 1' in the sshd configuration IMHO.
Dec, 2010 - Permalink