Skip to content

Development Help

Aman Kumar edited this page Aug 5, 2017 · 1 revision

Creating SSH Keys

# Hit Enter when it asks for passphrase and location
ssh-keygen -t rsa -b 4096 -C "$(git config --global user.email)"

Welcome

Clone this wiki locally