Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/yubikey-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You should receive a unique *challenge-serial* in your output.
Now, to finish up:

sudo mv ~/.yubico/challenge-123456 /var/yubico/aaronh-serial
sudo chown root.root /var/yubico/aaronh-serial
sudo chown root:root /var/yubico/aaronh-serial
sudo chmod 600 /var/yubico/aaronh-serial

Pay close attention when copying/pasting the commands above. The *challenge-123456* and *aaronh-serial* needs to match the both the output from the `ykpamcfg` command and the final file needs to match the name of your user name and serial.**
Expand Down
Loading