Configuring SSH for Github for Windows In GitBash: ssh-keygen -t ed25519 -C "comment to allow you to manage keys" Configure SSH Agent with key In Gitbash: eval "$(ssh-agent -s)" # add key to agent: ssh-add <private key path> Check connection ssh -T [email protected]