タグ

2014年2月16日のブックマーク (2件)

  • Pure.css

    CSS with a minimal footprint.Pure is ridiculously tiny. The entire set of modules clocks in at 3.5KB* minified and gzipped. Crafted with mobile devices in mind, it was important to us to keep our file sizes small, and every line of CSS was carefully considered. If you decide to only use a subset of these modules, you'll save even more bytes. * We can add correctly :) the numbers above are individu

  • SSHの鍵交換でPermission denied - わーくあうと!

    パスワード入力無しでSSHを実現しようとして壁にぶつかったので解決方をメモしておく。 環境 centos6 秘密鍵名:id_hogehoge 公開鍵名:id_hogehoge.pub 状況 接続元のサーバーの~/.sshディレクトリに秘密鍵を入れて、接続先の~/.ssh/authorized_keysに公開鍵の内容を追記した。 その状態で SSH {接続先のIP} をしたけど下記のメッセージが表示されて接続できない。 Permission denied (publickey,gssapi-keyex,gssapi-with-mic). 解決 結論から言うと秘密鍵の名前(id_hogehoge)がまずかった。 sshに「-vvv」オプションをつけて実行するとデバッグプリントが表示されるのだけれど、どうもid_hogehogeを見に行ってくれてなさそうだという事で調べてみたら案の定そうだった。

    SSHの鍵交換でPermission denied - わーくあうと!
    tasogare30
    tasogare30 2014/02/16
    鍵の名前。IdentityFileの設定。