Scroll to navigation

yhsm-daemon(1) General Commands Manual yhsm-daemon(1)

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 ⟨URL: https://github.com/Yubico/python-pyhsm/issues/

SEE ALSO

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