DOKK / manpages / debian 10 / yhsm-daemon / yhsm-daemon.1.en
yhsm-daemon(1) General Commands Manual yhsm-daemon(1)

yhsm-daemon ‐ Allow multiple users of a YubiHSM.

yhsm-daemon [options] [device] [port]

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.

Shows this help message and exit
YubiHSM device name
Network interface to bind to
TCP port to bind to

Report python-pyhsm/yhsm-daemon bugs in the issue tracker ⟨URL: https://github.com/Yubico/python-pyhsm/issues/ ⟩

The home page ⟨URL: https://developers.yubico.com/python-pyhsm/ ⟩

YubiHSMs and YubiKeys can be obtained from Yubico ⟨URL: http://www.yubico.com/ ⟩.

May 2013 python-pyhsm