summaryrefslogtreecommitdiffstats
path: root/TailOS.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-08 15:40:45 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-08 15:40:45 +0100
commita1383359e02dd1fed6ebe466e78397abb42c35bc (patch)
treeb2257d70cc65579eb2a3932b5be957dd939f7bca /TailOS.md
parentcecf1905fe2dc827ae66955161415bd2a5ae34f4 (diff)
Clean up readmes
Diffstat (limited to 'TailOS.md')
-rw-r--r--TailOS.md33
1 files changed, 0 insertions, 33 deletions
diff --git a/TailOS.md b/TailOS.md
deleted file mode 100644
index 4989887..0000000
--- a/TailOS.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# TailsOS
-
-## GPG restore smart key
-
-```bash
-$ zbarcam -1 --raw > key.asc
-$ gpg --import key.asc
-$ gpg --edit-key --expert <key_id>
-gpg> trust
-gpg> keytocard
-Really move the primary key? (y/N) y
-Please select where to store the key:
- (1) Signature key
- (3) Authentication key
-Your selection? 1
-...
-gpg> key 1
-gpg> keytocard
-Please select where to store the key:
- (2) Encryption key
-Your selection? 2
-...
-gpg> key 1
-gpg> key 2
-gpg> keytocard
-Please select where to store the key:
- (3) Authentication key
-Your selection? 3
-...
-
-gpg> quit
-Save changes? (y/N) y
-```