Skip to content

serban-dobroiu/SSH-for-GitHub-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published