heroku create
Creating floating-planet-1824......................... done, stack is bamboo-mri-1.9.2
http://floating-planet-1824.heroku.com/ | git@heroku.com:floating-pl
The problem which i face was setting the ssh environment variable.
SSH_AUTH_SOCK=0
heroku keys
will show the keys, remove and then login, it will create one for you and add to your app. Or you can create your rsa key with your email and then use it using
heroku keys:add /path
Generate key using
ssh-keygen -t rsa -C "your_email@youremail.com"