[][src]Module rustica_keys::yubikey::ssh

The SSH submodule contains functions relevant to SSH uses that are backed by the Yubikey. This includes things like signing and SSH public key export.

Functions

convert_to_ssh_pubkey

This function is used to convert the Yubikey PIV type, to the internal PublicKey type.

ssh_cert_fetch_pubkey

Pull the public key from the YubiKey and wrap it in a Rustica PublicKey object.

ssh_cert_signer

Sign the provided buffer of data and return it in an SSH Certificiate signature formatted byte vector