Posts with "ubuntu" Tag
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 ...
Remote Unlock your LUKS-encrypted Hard Drive
by Dan Aukes
Updated for Ubuntu 22.04
-
Install Software
```bash sudo apt ...
Too Many Authentication Failures?
by Dan Aukes
Received disconnect from ########## port 22:2: Too many authentication failures
Add the IdentitiesOnly option to your ...
Preparation
by Dan Aukes
Things you will need
- ssh public key
- configuration backup file
- gpg key
First, update ...
02-Import Keys
by Dan Aukes
Install and Setup
-
Install gnupg, nautilus integration (seahorse), and restart nautilus
...