Skip to content

yubikey-agent

Seamless ssh-agent for YubiKeys and other PIV tokens

Package Information

  • Domain: filippo.io/yubikey-agent
  • Name: yubikey-agent
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install yubikey-agent

Programs

This package provides the following executable programs:

  • yubikey-agent

Available Versions

Show all 1 versions
  • 0.1.6

Latest Version: 0.1.6

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) yubikey-agent -- $SHELL -i

Dependencies

This package depends on:

  • pcsclite.apdu.fr^2
  • linux:gnupg.org/pinentry

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['yubikey-agent']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.