git ssh, jak dodać tożsamość

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

// Add your ssh-key via terminal
ssh-add <path to your ssh key>
Stefano