Ubuntu 8.04 の VWWare イメージを使用していますが、SSH 経由での git アクセスの設定中に問題が発生しています
次の出力が得られます
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key:
debug1: Authentications that can continue: publickey
debug1: Offering public key:
debug1: Authentications that can continue: publickey
debug1: Offering public key:
debug1: Authentications that can continue: publickey
debug1: Offering public key:
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/jars/.ssh/identity
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/home/jars/.ssh/identity':
debug1: read PEM private key done: type RSA
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).
でキーを生成しましたssh-keygen -t rsa
最初は. identity
_ida_rsa
ssh
ここに示すように、構成ファイルも作成しました...
http://help.github.com/troubleshooting-ssh/
何も変わっていません。
VMWare で SSH を使用する際に、何か不足していますか、それとも一般的に何か問題がありますか?
よろしく