コンピューターAで、公開鍵と秘密鍵の 2 つの ssh キーを作成しました。公開鍵は、 Assemblaサーバー (git リポジトリ)の SSH キーに追加されました。
コンピューター A では、プッシュ、プル、クローンなどを問題なく実行できますが、コンピューターBを使用すると、
git push origin dev:dev
Permission denied (publickey,keyboard-interactive).
fatal: The remote end hung up unexpectedly
私の~/.ssh/
ディレクトリには、id_rsa.pub -> /Users/my_uid/Dropbox/ssh/id_rsa.pub
で設定されたものと一致する がありますAssembla
ここで何が問題になる可能性がありますか?