ssh
Created:
Sep 14, 2022
by
Pradeep Gowda
.
Updated:
Apr 20, 2023
Tagged:
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.