2023-05-03

SSH

https://www.cyberciti.biz/faq/openssh-linux-unix-osx-kill-hung-ssh-session/

ssh-keygen -p -f /Users/user/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa
ssh -L <local_port>:localhost:<remote_port> user@remote_host
ssh -L 3389:localhost:3389 hostname
git remote add origin ssh://user@host:1234/srv/git/example

You can send your feedback, queries here