Keys

Highlighted

Posts

SSH General Reference

The most useful SSH-specific commands

GPG Reference

List gpg keys

gpg --list-keys
gpg --list-secret-keys

prints out ids

02-Import Keys

Install and Setup

  1. Install gnupg, nautilus integration (seahorse), and restart nautilus

Install and Setup SSH

Basic Steps

  1. Make a new directory for holding keys

Port Forwarding Cheatsheet

ssh -L (localport):localhost:(remoteport) -C -N -l (username) hostname.domain -p (sshport)

VNC …