Posts with "keys" Tag
GPG Reference
by Dan Aukes
Introduction
GPG is a great tool for encrypting files and handling the keys to do ...
Port Forwarding Cheatsheet
by Dan Aukes
ssh -L (localport):localhost:(remoteport) -C -N -l (username) hostname.domain -p (sshport)
VNC Example
ssh into port 22 ...
02-Import Keys
by Dan Aukes
Install and Setup
-
Install gnupg, nautilus integration (seahorse), and restart nautilus
...
Install and Setup SSH
by Dan Aukes
Basic Steps
-
Make a new directory for holding keys
```bash ...