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 ...

Read More
Remote Unlock your LUKS-encrypted Hard Drive

by Dan Aukes

Updated for Ubuntu 22.04

  1. Install Software

    ```bash sudo apt ...

Read More
SSH General Reference

by Dan Aukes

The most useful SSH-specific commands

Read More
Too Many Authentication Failures?

by Dan Aukes

Received disconnect from ########## port 22:2: Too many authentication failures

Add the IdentitiesOnly option to your ...

Read More
Preparation

by Dan Aukes

Things you will need

  • ssh public key
  • configuration backup file
  • gpg key

First, update ...

Read More
Install Tailscale

by Dan Aukes

how to install tailscale in linux

Read More
Setup and Use Ente Authenticator

by Dan Aukes

how to install tailscale in linux

Read More
02-Import Keys

by Dan Aukes

Install and Setup

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

    ...

Read More