Skip to content

Instantly share code, notes, and snippets.

View joshbaptiste's full-sized avatar
🎯
Focusing

Reynold Chery joshbaptiste

🎯
Focusing
View GitHub Profile
@joshbaptiste
joshbaptiste / Github with ssh keys.md
Last active May 11, 2021 00:33
Github with ssh keys

Setup github with SSH keys in Linux/FreeBSD

Create the keys I prefer ed25519

ssh-keygen -f ~/.ssh/id_ed22519_github -t ed25519 -C "MyGithubLoginEmail@mygmail.com"

Paste public ~/.ssh/id_ed22519_github.pub key string to github https://github.com/settings/keys

Test the connection you should see "Hi username! You've successfully authenticated"

# tmux cheatsheet
start new with session name:
tmux new -s myname
attach:
tmux a # (or at, or attach)
attach to named: