Skip to content

Instantly share code, notes, and snippets.

View howardburgess's full-sized avatar

Howard Burgess howardburgess

View GitHub Profile
@howardburgess
howardburgess / keybase.md
Created March 10, 2022 12:45
Keybase proof

Keybase proof

I hereby claim:

  • I am howardburgess on github.
  • I am howardburgess (https://keybase.io/howardburgess) on keybase.
  • I have a public key ASCbzlQLDDBtPx6sPAuNjs9K-vsn69NIdD9wTIAlM2Revwo

To claim this, I am signing this object:

@howardburgess
howardburgess / README.md
Created November 19, 2013 22:18
ssh tunnelling

ssh tunnelling

The problem

For example, you're on local.example.com and want to connect to remote.example.com on port 25 (SMTP), but a firewall is stopping you.

You will need

  • ssh access to remote.example.com, or to another machine that can access remote.example.com on port 25.

How it's done

We get our ssh client to listen on a port on local.example.com (we'll use 1025). This will forward traffic through to remote.example.com on port 25.