1yhsm-daemon(1) General Commands Manual yhsm-daemon(1)
2
3
4
6 yhsm-daemon ‐ Allow multiple users of a YubiHSM.
7
8
10 yhsm-daemon [options] [device] [port]
11
12
14 This is a daemon to allow multiple users of a YubiHSM without requiring
15 permission to use the device. The daemon listens on a TCP port on
16 localhost and allows multiple connections to share a YubiHSM. Access
17 the YubiHSM via the daemon by specifying a device string following the
18 yhsm://<host>:<port> syntax:
19
20 hsm = YHSM('yhsm://localhost:5348')
21
22 Note that the daemon and clients need to share the same version number
23 to be compatible.
24
25
27 -h, --help
28 Shows this help message and exit
29
30 -D, --device
31 YubiHSM device name
32
33 -I, --interface
34 Network interface to bind to
35
36 -P, --port
37 TCP port to bind to
38
39
41 Report python-pyhsm/yhsm-daemon bugs in the issue tracker ⟨https://
42 github.com/Yubico/python-pyhsm/issues/⟩
43
44
46 The home page ⟨https://developers.yubico.com/python-pyhsm/⟩
47
48 YubiHSMs and YubiKeys can be obtained from Yubico ⟨http://
49 www.yubico.com/⟩.
50
51
52
53python-pyhsm May 2013 yhsm-daemon(1)