ssh

Created: by Pradeep GowdaUpdated:Apr 20, 2023Tagged: shell · unix .

Handy

Make ssh stop asking for password for this session in the terminal:

eval `ssh-agent -s` ; ssh-add ~/.ssh/*_rsa

Tools

tunnel.pyjam.as - SSL-terminated HTTP tunnels to your local machine  — no custom software required, thanks to Wireguard. This is an alternative to ngrok which apparently only allows one service in the free-use tier.

Reading