Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496342 - net-analyzer/munin-2.0.19 with net-misc/openssh[bindist] tries to generate an ECDSA
Summary: net-analyzer/munin-2.0.19 with net-misc/openssh[bindist] tries to generate an...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sysadmin Bugs
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-12-29 04:20 UTC by W. Trevor King
Modified: 2023-07-20 14:33 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Untested patch for handling missing ECDSA functionality. (ecdsa-munin-config.patch,1.49 KB, patch)
2013-12-29 04:40 UTC, W. Trevor King
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.