Posts with "ubuntu" Tag

GPG Reference

by danaukes

Introduction

GPG is a great tool for encrypting files and handling the keys to do ...

Read More
Port Forwarding Cheatsheet

by danaukes

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 danaukes

Updated for Ubuntu 22.04

  1. Install Software

    ```bash sudo apt ...

Read More
SSH General Reference

by danaukes

The most useful SSH-specific commands
Read More
Too Many Authentication Failures?

by danaukes

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

Add the IdentitiesOnly option to your ...

Read More
Preparation

by danaukes

Things you will need

  • ssh public key
  • configuration backup file
  • gpg key

First, update ...

Read More
Install Tailscale

by danaukes

how to install tailscale in linux
Read More
Setup and Use Ente Authenticator

by danaukes

how to install tailscale in linux
Read More