79170197

Date: 2024-11-08 13:27:34
Score: 0.5
Natty:
Report link

Double check your private key. As detailed in the error message it was EC and not RSA.

Editing a single line would solve your issue:

client_key = OpenSSL::PKey::EC.new(File.read('/root/client/client.key'), keypass)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 473183469