summaryrefslogtreecommitdiffstats
path: root/Debian.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-24 14:33:53 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-24 14:34:19 +0200
commit3a5e7617c0040eccdf3935c9ec5a31a95c970cef (patch)
tree99c71408742c62efa2e277898738fb1f7478fbc0 /Debian.md
parentd9fd9fe5e530853cb8794c23ac689be7edc1a75b (diff)
Rotate gpg key
Diffstat (limited to 'Debian.md')
-rw-r--r--Debian.md34
1 files changed, 0 insertions, 34 deletions
diff --git a/Debian.md b/Debian.md
index aa7fdd7..68f44b8 100644
--- a/Debian.md
+++ b/Debian.md
@@ -26,37 +26,3 @@ sudo apt install ffuf -y
git clone https://github.com/wireghoul/dotdotpwn.git ~/dotdotpwn
sudo mv ~/dotdotpwn /opt/
```
-
-## 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
-```