# Creates a new ssh key, using the provided email as a label Generating public/private rsa key pair. ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# Creates a new ssh key, using the provided email as a label Generating public/private rsa key pair. ssh-keygen -t rsa -b 4096 -C "your_email@example.com"