SSH - Pachwenko/my-docs GitHub Wiki

SSH Config files are really cool

SSH through another host ProxyJump

Port forwarding:

LocalForward 5901 computer.myHost.edu:5901

Example config:

Host server1
     HostName 1.1.1.1
     User root
     Port 22
     IdentityFile ~/.ssh/id_ed25519