From: Chris Marusich <cmmarusich@gmail.com>
To: 31298@debbugs.gnu.org
Cc: Chris Marusich <cmmarusich@gmail.com>
Subject: [bug#31298] [PATCH 0/2] Add some packages related to security tokens
Date: Sat, 28 Apr 2018 03:57:13 -0700 [thread overview]
Message-ID: <20180428105713.18157-1-cmmarusich@gmail.com> (raw)
Hi Guix!
These two patches add opensc and yubico-piv-tool. The former is
useful because, among other reasons, its PKCS#11 shared library can be
used with an SSH agent to fetch credentials from a smart card (such as
a YubiKey). The latter is useful for interacting with the PIV
application on a YubiKey. I have verified that both of these work on
my system for those purposes, with a YubiKey.
To successfully use the OpenSC PKCS#11 shared library with an SSH
agent, you need to take care to start your ssh-agent with the -P
option to whitelist the path of the library's .so file. If you don't
do that, then any attempt to invoke ssh-add with the -s option will
fail with a generic message.
Chris Marusich (2):
gnu: Add opensc.
gnu: Add yubico-piv-tool.
gnu/packages/security-token.scm | 91 +++++++++++++++++++++++++++++++++
1 file changed, 91 insertions(+)
--
2.17.0
next reply other threads:[~2018-04-28 10:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-28 10:57 Chris Marusich [this message]
2018-04-28 11:02 ` [bug#31298] [PATCH 1/2] gnu: Add opensc Chris Marusich
2018-04-28 11:02 ` [bug#31298] [PATCH 2/2] gnu: Add yubico-piv-tool Chris Marusich
2018-04-30 20:57 ` Ludovic Courtès
2018-05-02 5:49 ` bug#31298: " Chris Marusich
2018-04-30 20:56 ` [bug#31298] [PATCH 1/2] gnu: Add opensc Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180428105713.18157-1-cmmarusich@gmail.com \
--to=cmmarusich@gmail.com \
--cc=31298@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.