| Summary: | [RFE] Allow for Full PKI auth and algorithm selection using X.509/PKCS11 authentication mechanism. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Amy Farley <afarley> |
| Component: | openssh | Assignee: | Jakub Jelen <jjelen> |
| Status: | CLOSED WONTFIX | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.2 | CC: | afarley, cww, dsirrine, jjelen, szidek |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-21 18:49:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1420851 | ||
|
Description
Amy Farley
2016-04-25 20:45:46 UTC
Hi Amy, if I understand the requirements right, this feature request is the same as bug #915398, which was rejected 3 years ago. Can you clarify that it is what you want? The patch [1] never made it into the openssh upstream. It is still maintained by the author and rebased against the recent versions, but it is 31k lines long patch (openssh-6.7 version; current version have monstrous 84k lines)! It is much more than all of the patches we have in RHEL7.3 openssh together so far and it would cause a lot maintenance costs, but also significant efforts on the side of QE to make sure it works and is secure enough. [1] http://roumenpetrov.info/openssh/ From discussing with David Sirrine, the government is requiring implementation of CAC cards for all environments. There have been some discussions as to whether they mean that ssh has to use the smart card for validation instead of ssh keys. Some have insisted that ssh keys cannot be used. David suggested that I open a case against openssh for this use case. It is completely ok to have this discussion again. CAC cards are supported in RHEL and in combination some with identity management on the server side (AuthorizedKyesCommand), you can take care of the certificates outside of the ssh quite easily and leave inside of ssh only the minimal authentication part (RSA keys for now), which is supported natively. I believe we have guides for setting up smartcards authentication in SSH, but if there is something unclear, please let me know. |