私はWeb/SOをスキャンしていくつかの許可を拒否しました。謝辞は私が理解できないように私の問題を解決するために役立ちます。.ssh/id_rsaが失敗しました:許可が拒否されました
私はこれらの指示(Getting Started with Python on Heroku/Cedar)に従っています。私はそれが
[email protected]:~$ ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/home/drewverlee/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
open /home/drewverlee/.ssh/id_rsa failed: Permission denied.
Saving the key failed: /home/drewverlee/.ssh/id_rsa.
ので理由
drwx------ 2 root root 1024 2012-03-08 21:26 .ssh
のかもしれないと思う
(セキュリティのわからないので、私は(#)でキーを置き換える)
[email protected]:~/helloflask$ source venv/bin/activate
(venv)[email protected]:~/helloflask$ git push heroku master
The authenticity of host 'heroku.com (50.19.85.132)' can't be established.
RSA key fingerprint is ##:##:##:##:##:##:##:##:##:##:##:## (I replaced with #)
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts (/home/drewverlee/.ssh/known_hosts).
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
:すべてがするまで大丈夫行きました
これらの問題の経験がほとんどない人として、私が安全にやったことをどのように元に戻すかわからない私は強力なツールに干渉しています。ここで何が起こっているかについてのアドバイスは? 問題を解決するためにさらに情報を含める必要がある場合はお知らせください。
@CIRCLEは私には良いアイデアのようには見えません – Phoenix87