ohmyzsh/plugins/yubikey
Pandu POLUAN 076b4f42d9 yubikey-plugin Enhancement
* Update the README.md file
  * Add key listing logic (auto-truncating if too long)
  * Some output cosmetics
2018-01-12 17:34:29 +07:00
..
README.md yubikey-plugin Enhancement 2018-01-12 17:34:29 +07:00
yubikey.plugin.zsh yubikey-plugin Enhancement 2018-01-12 17:34:29 +07:00

YubiKey Plugin

YubiKey plugin -- Provides aliases to help use YubiKey tokens comfortably

Usage

This plugin will first try to detect location of the 'opensc-pkcs11.so' library, unless already specified in the $OPENSC env var.

Afterwards, it will try to detect if a 'shared ssh-agent' is already running, through a file in /run (preferred, but must be pre-created with the proper permissions), or in /tmp (fallback).

Then it will define several aliases.

Optional Parameters

These parameters can be set before source-ing oh-my-zsh to customize the settings:

YUBI_SHOWKEYS

If set to '1' or 'y' or 'yes', will list the keys contained in the 'shared ssh-agent'

YUBI_SSHAGENT_AUTOINIT

If set to '1' or 'y' or 'yes', will automatically initialize the 'shared ssh-agent' if one is not found