1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Puttyの.ppkファイルからopenssh用の鍵を取り出す

Last updated at Posted at 2015-04-21

#したこと
鍵を間違って消してしまったので、このサイトの言うとおりにopenssh用の秘密鍵と公開鍵を取り出した。
http://www.ehow.com/how_8658327_convert-ppk-ssh-ubuntu.html

#はまったこと

  • とくになし。下のコマンドを入力すればよい。パスフレーズが必要なので注意。
# sudo apt-get install putty-tools
# puttygen id_rsa.ppk -o id_rsa.pub -O public-openssh
# puttygen id_rsa.ppk -o id_rsa -O private-openssh
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?