Evan's posterous

Adventures in pomodoro and other such things

« Back to posts
  • Viewed
    times

Filed under

  • linux
  • ssh
August 7, 2007

recreate a public key using ssh-keygen

  • Edit
  • Delete
  • Tags
  • Autopost

It is possible to recreate your ssh public key using the following:

ssh-keygen -y -f ./id_dsa > id_dsa.pub

  • 1 response
  • Like
  • Comment
about 1 year ago Andrew Fugiel responded:
Andrew Fugiel
Simple post - but gold wen you need the info and don't want to wade though the man pages.