My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add SSH encrypt/decrypt cheats

+6
+6
encrypting/rage.cheat
··· 12 12 # Encrypt to my public age key, in armour format 13 13 rage -e -r <sapphic_public_age_key> -a -o <input_file>.age <input_file> 14 14 15 + # Encrypt to a public SSH key 16 + rage -R ~/.ssh/id_<ssh_key_name>.pub -o <input_file>.age <input_file> 17 + 15 18 # Decrypt a file using your key (wl-paste) 16 19 wl-paste | rage -d -i - -o <output_file> <input_file> 17 20 18 21 # Decrypt a file using your key 19 22 rage -d -i <private_key> -o <output_file> <input_file> 23 + 24 + # Decrypt a file using an SSH private key 25 + rage -d -i ~/.ssh/id_<ssh_key_name> -o <output_file> <input_file> 20 26 21 27 22 28 $ sapphic_public_age_key: echo age17r37eg8lmvsklve0rdajsts2rgca4j5twdmcglh6qufxj7qmzv0qywulhg