quick tips
11 Oct 2020
Quick Tip
- Managing multiple git accounts with ssh
ssh-add -llisting keys stored in ssh-agenteval "$(ssh-agent -s)"running the ssh agentssh-add ~/.ssh/name_of_keysadding key to agent
ssh-add -Dremoves all ssh entries from the ssh-agent