Skip to content

Instantly share code, notes, and snippets.

@swarupdonepudi
Created May 8, 2019 23:08
Show Gist options
  • Save swarupdonepudi/2dbb660ef5896905722fd7e5aa83d140 to your computer and use it in GitHub Desktop.
Save swarupdonepudi/2dbb660ef5896905722fd7e5aa83d140 to your computer and use it in GitHub Desktop.
Command to create a public key from private key
ssh-keygen -yf private-key.pem > public-key.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment