I\'m trying to run the heroku-django tutorial (using ubuntu 12.04) and it seems for some reason i cant push into heroku. here is what happens:
yeinhorn@ubunt
Do following steps:1. check sshd service:
$ ssh-keygen -t rsa # created ssh key
$ heroku keys:add # upload ssh key
$ heroku keys # lists keys
2. find a normal proxy node
$ ssh -vvv heroku.com # debug ssh connection
$ vim ~/.ssh/config # setup usefull proxy node
Host heroku.com
Hostname 107.21.95.3 # trans by ip
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
port 22