Skip to content

Secrets

Kenichi Kamiya edited this page Jul 30, 2024 · 1 revision
  1. Restore GPG secret from STDIN

    gpg --import
  2. Restore SSH secret from STDIN

    touch ~/.ssh/id_ed25519 && chmod 400 ~/.ssh/id_ed25519
    micro ~/.ssh/id_ed25519
  3. Restore encrypted rclone.conf from STDIN

    rclone config touch
    micro "$(rclone config file | tail -1)"
  4. Restore shell history

    Work in Progress

Clone this wiki locally