Posts with "linux" Tag

GPG Reference

by Dan Aukes

Introduction

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

Read More
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
Unlock a LUKS partition from a file

by Dan Aukes

Why would you want to do this? Sometimes, after encrypting a hard drive, you ...

Read More
Handy Termux Commands

by Dan Aukes

```bash pkg install openssl openssh gnupg iproute2 pkg install nmap # port scanning pkg install dnsutils # dig pkg ...

Read More
Preparation

by Dan Aukes

Things you will need

  • ssh public key
  • configuration backup file
  • gpg key

First, update ...

Read More