Skip to content

Instantly share code, notes, and snippets.

@swarupdonepudi
Last active February 28, 2017 19:28
Show Gist options
  • Save swarupdonepudi/399155e9c17de4ae9f608d0f0a379ab1 to your computer and use it in GitHub Desktop.
Save swarupdonepudi/399155e9c17de4ae9f608d0f0a379ab1 to your computer and use it in GitHub Desktop.
Steps to create new SSH Keypair

Prerequisites: Machine running any unix flavoured operating system

Steps to create a new SSH Keypair:

  1. Run the below command on the command prompt
ssh-keygen
  1. Give the new keypair a name
  2. Securing the keypair with a pass phrase is optional. So, just press return key twice

You should have a new keypair in the current working directory.

Watch the demo of creating a new keypair(no audio) here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment