Answers for "git ssh how to add identity"

0

git ssh how to add identity

// Verify if there's an identity loaded
ssh-add -l

// Add your ssh-key via terminal
ssh-add <path to your ssh key>
Posted by: Guest on March-14-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language