Glitch

MySQL, MongoDB, Python, Go

sshのpublickey接続でPermittion denied

や,ありがちなんだけど.
なんか公開鍵認証で弾かれた...
パーミッションも完璧なはずなんだけどなぁ(;´Д`)

$ ssh user@domain.com -i ~/.ssh/id_rsa -vvv
〜 (中略) 〜
Enter passphrase for key '/home/user/.ssh/id_rsa': 
debug1: read PEM private key done: type RSA
debug3: sign_and_send_pubkey
debug2: we sent a publickey packet, wait for reply
debug3: Wrote 640 bytes for a total of 1749
debug1: Authentications that can continue: publickey
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Permission denied (publickey).

うーんってことでぐぐってみる.

sshでしょうもないことでハマる - IGINブルネイ/syasudaの日記(MT版)

かいけつ(゚∀゚)
ただ単にサーバのauthorized_keysの所有ユーザがおかしかっただけでした...orz

$ ls -la .ssh
-rw-------.  1 600 group  804 Jul 31  2007 authorized_keys

うなー!
touchコマンドがあかんのか!うんこ!