7
3

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+sshkeygenではまった

Posted at

#はじめに
Puttyではpemフォーマットのssh-keyが利用できないことを知らずにはまったので、
備忘録として残しておく。

#環境

  • window 10
  • Putty 0.7
    ログイン先
  • CentOS7.5

#状況
CentOS7.5上で、ssh-keygenを利用して作成した秘密鍵をwindows上にコピーして来て、
PuttyでPrivate Key fileに設定しても、

Unable to use key file (OpenSSH SSH-2 private key (old PEM format))

となり、うまくログインできなかった。

#解決方法
どうやら、Puttyでは、pemフォーマットの秘密鍵をSSHのカギとしては利用できないらしい。
ここのサイトの通り、Puttygenを利用して、秘密鍵を作り直すことでログインできるようになった。

7
3
1

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
7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?