複数のユーザーで VM をセットアップしました。私の主なユーザーは VM-User で、そのアカウントを使用して「Joe」という別のユーザーを作成しました。VM-User にログインして git リポジトリのクローンを作成しましたが、すべて正常に動作します。
私が抱えている問題は、ユーザー「Joe」にログインして同じリポジトリのクローンを作成しようとすると、git サーバーのパスワードを要求されることです。
git clone git@0.0.0.0:repo.git some_folder
そのショー:
git@0.0.0.0's password: (asks me to type in a password)
「Joe」の ssh キーを作成し、gitosis に追加しました。
私が間違っていることを誰かが知っていますか?
前もって感謝します :)
SSH デバッグ ログ:
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: email@example.com
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/joe/.ssh/id_rsa
debug1: Trying private key: /home/joe/.ssh/id_dsa
debug1: Trying private key: /home/joe/.ssh/id_ecdsa
debug1: Next authentication method: password