Tmux Cheat Sheet Sessions New Session tmux new [-s name] [cmd] (:new) - new session Switch Session tmux ls - list all sessions
SSH Cheat Sheet To create ssh key if does not exist ssh-keygen And then follow steps on the screen. List all the keys which exist in ssh-agent ssh-add -l