Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157955 Details for
Bug 186469
pkcs11 / smartcard support for openssh
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
naively create an authorized_keys file with ssh-add.
generate_authorized_keys_naive (text/plain), 973 bytes, created by
Todd Denniston
on 2007-06-26 20:36:04 UTC
(
hide
)
Description:
naively create an authorized_keys file with ssh-add.
Filename:
MIME Type:
Creator:
Todd Denniston
Created:
2007-06-26 20:36:04 UTC
Size:
973 bytes
patch
obsolete
># -*- ksh -*- #make this script use ksh syntax mode in XEmacs. >#purpose: naively create an authorized_keys file from ssh-add. ># $Id: generate_authorized_keys_naive,v 1.2 2007/06/26 19:40:45 tdennist Exp tdennist $ > >#Use: generate_authorized_keys_naive > /whereSshdLooks/authorized_keys > >#reason this is naive: ># Some keys on smart cards are escrow-ed, and folks other than the person ># they are assigned to have access to those keys. ># There are ways to parse other portions of the information that ># ssh-add kicks out with openssl to figure out which keys should and ># should not be used, but those are specific to the particular organization ># who setup the card. > ># Also it does no CRL checking while creating the file. > >SSH_ADD_BIN=ssh-add >LIB_COOLKEY=/usr/lib/pkcs11/libcoolkeypk11.so > >$SSH_ADD_BIN --pkcs11-show-ids --pkcs11-provider $LIB_COOLKEY | \ > grep -A1 SSH: | \ > grep -v -e SSH: -e -- > ># LocalWords: ksh tdennist openssl pkcs COOLKEY
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 186469
:
157950
|
157951
|
157952
|
157953
|
157954
| 157955