1. Home
  2. Git
  3. Create new ssh key in one command

This command will create a new key using a more streamlined approach.

#git#ssh
ssh-keygen -t rsa -C "youremail@address.com"
copy
Full Git cheatsheet