SSH tricks and cheatsheet
Some of the commands one can use for different kinds of things in SSH -
Start an SSH agent -
eval $(ssh-agent)
# OR
ssh-agent
# copy ๐ the commands in the output
# and paste it on the shell to run them
Generate an SSH key ๐ ๐ pair -
ssh-keygen
...
karuppiah.dev5 min read