Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43593 - build openssh with smartcard support if opensc is installed
Summary: build openssh with smartcard support if opensc is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-03 05:06 UTC by Andreas Jellinghaus
Modified: 2004-05-29 21:34 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Jellinghaus 2004-03-03 05:06:35 UTC
If opensc is installed, openssh should use it.
Also use the patch found here:
http://bugzilla.mindrot.org/show_bug.cgi?id=608
to make ssh ask for the pin (use the refined version)

Reproducible: Always
Steps to Reproduce:
1.grep opensc /usr/portage/net-misc/openssh/*ebuild

Actual Results:  
not found - not used for compiling. 

Expected Results:  
compile with opensc if it is installed 

the patch is not merged by openssh and will not for the while being. 
markus wants a cleaner solution for the problem, but that will require 
design changes in openssh, so it is not going to happen soon. the patch 
isn't exactly dirty and has not side effects, but still not the clean 
solution markus wants.
Comment 1 SpanKY gentoo-dev 2004-05-29 21:34:00 UTC
USE=smartcard emerge '=openssh-3.8.1_p1-r1'