deftclaw / gpg-ssh

Use SSH with your GPG keys, simplifies backups for Signing+Auth keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using SSH with GPG

Shortcuts as described by gpg-ssh-setup


Installation:

  1. Clone the repository:
    • git clone https://github.com/deftclaw/gpg-ssh
  2. Enter the folder:
    • pushd git-ssh
  3. Install the files: script will ask for sudo, don't run as root
    • ./install
  4. New functions have been installed to /etc/profile.d so reload them:
    • . /etc/profile

Usage:

  1. Generate your gpg key: Prompts will ask you for your details
    • gpg-generate
  2. Enable gpg-ssh:
    • ./enable_gpg-ssh.sh
  3. Backup your keys:
    • ./gpg_backup.sh <key_id>
  4. Add a new ssh-configuration:
    • nnash

About

Use SSH with your GPG keys, simplifies backups for Signing+Auth keys


Languages

Language:Shell 100.0%