Provided by: yhsm-daemon_1.2.0-1_all 

NAME
yhsm-daemon ‐ Allow multiple users of a YubiHSM.
SYNOPSIS
yhsm-daemon [options] [device] [port]
DESCRIPTION
This is a daemon to allow multiple users of a YubiHSM without requiring permission to use the device. The
daemon listens on a TCP port on localhost and allows multiple connections to share a YubiHSM. Access the
YubiHSM via the daemon by specifying a device string following the yhsm://<host>:<port> syntax:
hsm = YHSM('yhsm://localhost:5348')
Note that the daemon and clients need to share the same version number to be compatible.
OPTIONS
-h, --help
Shows this help message and exit
-D, --device
YubiHSM device name
-I, --interface
Network interface to bind to
-P, --port
TCP port to bind to
BUGS
Report python-pyhsm/yhsm-daemon bugs in the issue tracker ⟨https://github.com/Yubico/python-pyhsm/
issues/⟩
SEE ALSO
The home page ⟨https://developers.yubico.com/python-pyhsm/⟩
YubiHSMs and YubiKeys can be obtained from Yubico ⟨http://www.yubico.com/⟩.
python-pyhsm May 2013 yhsm-daemon(1)