I'd like to be able to connect to my Heroku postgres (crane) database from my desktop using Putty.
I recently moved from Webfaction to Heroku. On webfaction this was a really simple process (via their docs: http://docs.webfaction.com/user-guide/databases.html#starting-an-ssh-tunnel-with-putty).
Heroku lets you get your database info and credentials using heroku pg:credentials. Shown here: https://devcenter.heroku.com/articles/heroku-postgresql#external-connections-ingress. I can't seem to figure out how to connect to the database through Putty using this info.
If I try to set things up with the Heroku info Putty gives this error: Disconnected: No supported authentication methods available.
heroku bashbut that's about it. If your motivation is security then use SSL; otherwise you might need to run Pg on a real VPS.