Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 496342

Summary: net-analyzer/munin-2.0.19 with net-misc/openssh[bindist] tries to generate an ECDSA
Product: Gentoo Linux Reporter: W. Trevor King <wking>
Component: Current packagesAssignee: Sysadmin Bugs <sysadmin>
Status: RESOLVED OBSOLETE    
Severity: normal CC: graaff, jlec, kfm, sam
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Untested patch for handling missing ECDSA functionality.

Description W. Trevor King 2013-12-29 04:20:02 UTC
On a fresh amd64 stage3:

  # emerge -v1 net-analyzer/munin
  # emerge --config net-analyzer/munin
  …
  Generating public/private rsa key pair.
  …
  unknown key type ecdsa

Ideally the munin config should catch the failure and fall back to just RSA keys.  See #390937, #402441, and #488814 for more about openssh[-bindist] not supporting ECDSA keys.
Comment 1 W. Trevor King 2013-12-29 04:40:51 UTC
Created attachment 366406 [details, diff]
Untested patch for handling missing ECDSA functionality.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2014-12-10 20:50:27 UTC
Thanks for the patch, I will take care of it.
Comment 3 Hans de Graaff gentoo-dev Security 2023-07-20 14:33:41 UTC
The bindist USE flag has been gone for some time so this issues is now obsolete.