Печенька блять!

This commit is contained in:
2025-02-11 00:18:55 +03:00
parent fb73a963b6
commit 11c5031c60
74 changed files with 0 additions and 0 deletions

16
🍪/SSH/README.md Normal file
View File

@@ -0,0 +1,16 @@
# ...
```sh
./compile
mv ./config ~/.ssh/config
```
```sh
# Pack
gpg -e -r Alexander private
```
```sh
# Unpack
gpg -d private.gpg > private
```