I've been asked how to configure the YubiHSM on a Mac.
- Insert the YubiHSM into the USB port while pressing the button under the hole in the cover.
- Choose 'cancel' in the network interface configuration dialog appearing.
- Open Terminal.
- Locate the device file corresponding to the YubiHSM by listing the files in /dev in reverse time order.
- Use 'screen' to talk directly with the YubiHSM in configuration mode.
Code:
My-Laptop:~ ft$ ls -ltr /dev/tty.usbmodem*
...
crw-rw-rw- 1 root wheel 11, 8 May 19 20:03 tty.usbmodem621
My-Laptop:~ ft$ screen /dev/tty.usbmodem621
HSM>
/Fredrik