Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543980 - net-misc/keychain-2.7.1-r1 doesn't support openssh-6.8 fingerprint format
Summary: net-misc/keychain-2.7.1-r1 doesn't support openssh-6.8 fingerprint format
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: https://github.com/funtoo/keychain/co...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-03-21 04:12 UTC by Ryan Hill (RETIRED)
Modified: 2015-03-21 05:15 UTC (History)
1 user (show)

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


Attachments
keychain-2.7.1-openssh-6.8-fingerprint.patch (keychain-2.7.1-openssh-6.8-fingerprint.patch,840 bytes, patch)
2015-03-21 04:14 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2015-03-21 04:12:39 UTC
http://www.openssh.com/txt/release-6.8

   Fingerprints now have the hash algorithm prepended. An example of
   the new format: SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE
   Please note that visual host keys will also be different.

---

 * keychain 2.7.1 ~ http://www.funtoo.org
 * Found existing ssh-agent: 1650
 * Found existing gpg-agent: 1678
 * Warning: Can't determine fingerprint from the following line, falling back to filename
 * 1024 SHA256:bRhG3kcMKKn2oGq/mhfFC12hmZNIxhDDwRUgVEoH68g /home/dirtyepic/.ssh/id_dsa (DSA)
 * Warning: Can't determine fingerprint from the following line, falling back to filename
 * 1024 SHA256:bRhG3kcMKKn2oGq/mhfFC12hmZNIxhDDwRUgVEoH68g dirtyepic@halo (DSA)
 * Adding 1 ssh key(s): /home/dirtyepic/.ssh/id_dsa
Enter passphrase for /home/dirtyepic/.ssh/id_dsa: 
 * ssh-add: Identities added: /home/dirtyepic/.ssh/id_dsa


https://github.com/funtoo/keychain/commit/d76c2e9aa1c05ceac1c2d06a29783ee95e876a37
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2015-03-21 04:14:28 UTC
Created attachment 399340 [details, diff]
keychain-2.7.1-openssh-6.8-fingerprint.patch

Note we need to patch keychain, not keychain.sh, as we don't regenerate it.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2015-03-21 05:15:16 UTC
Oop should've synced first.