1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: yubikey-agent
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Taowa <taowa@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-go-piv-piv-go-dev,
golang-github-twpayne-go-pinentry-dev (>> 4.0.0~),
golang-golang-x-crypto-dev,
golang-golang-x-term-dev,
libpcsclite-dev,
pkgconf,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/yubikey-agent
Vcs-Git: https://salsa.debian.org/go-team/packages/yubikey-agent.git
Homepage: https://github.com/FiloSottile/yubikey-agent
XS-Go-Import-Path: github.com/FiloSottile/yubikey-agent
Package: yubikey-agent
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using:
${misc:Built-Using},
Static-Built-Using: ${misc:Static-Built-Using}
Description: seamless ssh agent for YubiKeys
yubikey-agent is an easy to use ssh-agent for YubiKeys, written in Go.
The key is generated on the YubiKey and can't be extracted. Every
session requires the PIN, every login requires a touch. The setup
takes care of the PUK and the management key.
|