Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Many of our military and government customers are having to implement CAC card authentication. Most are needing to use these cards for ssh, without the use of rsa keys. Currently, we do not offer that functionality. We're specifically looking to provide X.509/PKCS11 authentication mechanism.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
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.