Warning: Declaration of FEE_Field_Terms::wrap($content, $taxonomy, $before, $sep, $after) should be compatible with FEE_Field_Post::wrap($content, $post_id = 0) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/post.php on line 0

Warning: Declaration of FEE_Field_Tags::wrap($content, $before, $sep, $after) should be compatible with FEE_Field_Terms::wrap($content, $taxonomy, $before, $sep, $after) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/post.php on line 0

Warning: Declaration of FEE_Field_Category::wrap($content, $sep, $parents) should be compatible with FEE_Field_Terms::wrap($content, $taxonomy, $before, $sep, $after) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/post.php on line 0

Warning: Declaration of FEE_Field_Post_Thumbnail::wrap($html, $post_id, $post_thumbnail_id, $size) should be compatible with FEE_Field_Post::wrap($content, $post_id = 0) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/post.php on line 0

Warning: Declaration of FEE_Field_Post_Meta::wrap($data, $post_id, $key, $ui, $single) should be compatible with FEE_Field_Post::wrap($content, $post_id = 0) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/post.php on line 0

Warning: Declaration of FEE_Field_Widget::wrap($params) should be compatible with FEE_Field_Base::wrap($content, $data) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/widget.php on line 0

Warning: Declaration of FEE_Field_Comment::wrap($content) should be compatible with FEE_Field_Base::wrap($content, $data) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/other.php on line 0

Warning: Declaration of FEE_Field_Term_Field::wrap($content, $term_id, $taxonomy) should be compatible with FEE_Field_Base::wrap($content, $data) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/other.php on line 0

Warning: Declaration of FEE_Field_Single_Title::wrap($title) should be compatible with FEE_Field_Term_Field::wrap($content, $term_id, $taxonomy) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/other.php on line 0

Warning: Declaration of FEE_Field_Option::wrap($content, $key, $ui) should be compatible with FEE_Field_Base::wrap($content, $data) in /home/twfs/serverkurabe.com/public_html/blog/wp-content/plugins/front-end-editor/php/fields/other.php on line 0
Poderosaの鍵認証が通らなくて困ったという話 | Sabakura Blog

Poderosaの鍵認証が通らなくて困ったという話

先日、VirtualPC2007にCentOSを入れて、Windows側からSSHで接続、というのをやってました。

その際、なぜかSSHクライアントのPoderosaから鍵認証で接続できない、というトラブルがあったので備忘録がてらにメモしておきます。

まず状況としては、CentOSは最新の5.6で、WindowsXPからPoderosaにて接続しようとしていました。

とりあえず普通にパスワード認証でログインできることは確認。
その後、セキュリティ面を考えて(まあ仮想PCに繋いでいるだけなのでホントはパス認証でもいいんですが勉強も兼ねて)公開鍵・秘密鍵を利用した認証に変更することに。

Poderosa側で公開鍵・秘密鍵を作って、公開鍵をCentOSに送り、authorized_keysにコピペ、と順調に進んだつもりでした。
が、なぜかPodrosaからログインしようとすると「ユーザ認証に失敗しました」のエラーが。

パスワード認証だと通るのですが、鍵認証だとどうやっても通りません。
ためしにrootからのログインを一時的に許可して、そっちで鍵認証を通そうとしたのですがこちらも同じく「ユーザ認証に失敗しました」。

で、いったんPoderosaではなくPUTTYを使って、同じ鍵認証で試してみると……ログインできる。この辺りで、かなりハマり込みました。

で、小一時間悩んだ結果、「authorized_keys」がいったんクラッシュしていたのが原因だったと判明しました。

じつはauthorized_keysを編集中に、誤って一回Vimを閉じてしまっていたのです。
で、次回開いたときにクラッシュリカバリーとして、swapファイルをどう対処するかを聞かれていたのですが、ここでのリカバリ対処が誤っていたようです。

自分としてはちゃんと修復できたつもりでいたのですが、ファイル最終行にユーザー名が一行入ってしまっており、これのせいで認証が上手くいかなかったようです。(ためしにgEditで編集しようとして気づきました)

PUTTYとかは、どうやらこれを自動で無視して認証してくれたのですが、Poderosaではそうはいかなかったので認証が通らなかった、と。
で、この最後の一行を削除してみると、見事にログインできました。

もしもですが同じ状況でお困りの方がいたら参考にしてください。

コメントを投稿