Jump to content

Featured Replies

Posted

Nowadays, it's extremely easy to generate SSH keys. No matter if you're using Windows, MacOS, or a Linux-based operating system.

You just need to go through 3 steps:

  1. Run the ssh-keygen command.

  2. Pick an optional passphrase to encrypt your private key.

  3. Copy / Paste the public key where you need it.

So let's get right into it, and see how to generate a public/private SSH key pair. Then we'll explore how to add the public key to a GitHub repository...

View the full article

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...