Skip to content

Instantly share code, notes, and snippets.

View gbraad's full-sized avatar
🇳🇱
Working from home

Gerard Braad gbraad

🇳🇱
Working from home
View GitHub Profile
@gbraad
gbraad / README.md
Last active April 28, 2023 01:05 — forked from SkaTeMasTer/top-25-ssh-commands-tricks
25 Best SSH Commands / Tricks
  1. Copy ssh keys to user@host to enable password-less ssh logins.
ssh-copy-id user@host

To generate the keys use the command ssh-keygen

  1. Start a tunnel from some machine’s port 80 to your local post 2001