ssh-keygen -b 4096Add key to github.com > Settings > SSH and GPG Keys.
Direct link: https://github.com/settings/keys
To use an SSH key in git, clone using SSH instead of http. (Replace "user" and "repo".)
git clone git@github.com:user/repo.git
The goal of efficiency is more slack.
ssh-keygen -b 4096Add key to github.com > Settings > SSH and GPG Keys.
git clone git@github.com:user/repo.git
0 comments:
Post a Comment