Skip to content

Commit 09d9d9f

Browse files
authored
Fix typo in configuration example (#1358)
Looks like a typo in the user group
1 parent 02dfd1c commit 09d9d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/yubikey-login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You should receive a unique *challenge-serial* in your output.
5050
Now, to finish up:
5151

5252
sudo mv ~/.yubico/challenge-123456 /var/yubico/aaronh-serial
53-
sudo chown root.root /var/yubico/aaronh-serial
53+
sudo chown root:root /var/yubico/aaronh-serial
5454
sudo chmod 600 /var/yubico/aaronh-serial
5555

5656
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.**

0 commit comments

Comments
 (0)