Generating new ssh-key

Linux Sep 9, 2018

In bash:

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

Add the private key to the ssh-agent:

ssh-add ~/.ssh/id_rsa

Tags

Great! You've successfully subscribed.
Great! Next, complete checkout for full access.
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.