In your .git/config [remote "heroku"] url = git@heroku.work:<appname>.git In your .ssh/config Host heroku.work HostName heroku.com IdentityFile ~/.ssh/id_heroku_work_rsa IdentitiesOnly yes