summaryrefslogtreecommitdiff
path: root/man/yubikey-crypttab.sh
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-04-21 20:46:53 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-04-21 23:21:08 +0200
commit86b52a39581d3e1805d939492daa6aa19130ddb7 (patch)
tree92d5331af62a7f3d1d67bb20fe81650c9edf815b /man/yubikey-crypttab.sh
parente4ff03935c800b91e6919afef7515f318f9f697c (diff)
downloadsystemd-86b52a39581d3e1805d939492daa6aa19130ddb7.tar.gz
tree-wide: fix spelling errors
Based on a report from Fossies.org using Codespell. Followup to #15436
Diffstat (limited to 'man/yubikey-crypttab.sh')
-rw-r--r--man/yubikey-crypttab.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/yubikey-crypttab.sh b/man/yubikey-crypttab.sh
index 9e65bae621..c0717b364e 100644
--- a/man/yubikey-crypttab.sh
+++ b/man/yubikey-crypttab.sh
@@ -1,4 +1,4 @@
-# Make sure noone can read the files we generate but us
+# Make sure no one can read the files we generate but us
umask 077
# Destroy any old key on the Yubikey (careful!)
@@ -40,7 +40,7 @@ shred -u plaintext.bin plaintext.base64
rm pubkey.pem
# Test: Let's run systemd-cryptsetup to test if this all worked. The option string should contain the full
-# PKCS#11 URI we have in the clipboard, it tells the tool how to decypher the encrypted LUKS key.
+# PKCS#11 URI we have in the clipboard, it tells the tool how to decipher the encrypted LUKS key.
sudo systemd-cryptsetup attach mytest /dev/sdXn /etc/encrypted-luks-key.bin 'pkcs11-uri=pkcs11:…'
# If that worked, let's now add the same line persistently to /etc/crypttab, for the future.