User Tools

Site Tools


devices:solo

This is an old revision of the document!


Information

Firmware

Dependencies

pip3 install --user 'solo-python'

Test

solo key wink
solo key verify

Firmware Update

  • Unplug Solo Key
  • Hold Button and plug Solo Key in
  • Should be yellow
solo key update --secure

Userspace Authentication

PAM

Dependencies

sudo dnf install pamu2fcfg pam-u2f

Centralized Key

pamu2fcfg > ~/'u2f_keys' && sudo mv ~/'u2f_keys' '/etc/u2f_mappings'

GDM

  • This allows authentication with GDM
  • Add to line 2, under the pam_selinux_permit.so entry
sudo -e '/etc/pam.d/gdm-password'
auth sufficient pam_u2f.so authfile=/etc/u2f_mappings cue

sudo

  • This allows authentication with sudo on the Terminal
  • Add to line 2, under the #%PAM-1.0 line
sudo -e '/etc/pam.d/sudo'
auth sufficient pam_u2f.so authfile=/etc/u2f_mappings cue
/var/www/wiki/data/attic/devices/solo.1575169602.txt.gz · Last modified: 2019/11/30 22:06 by Sean Rhone