I created a Heroku account yesterday, and uploaded a website, updating it multible times. But today when I tried to upload a new version it did'nt work, it just keeps giving me this error message:
ssh: connect to host port 22: Connection refused
fatal: The remote end hung up unexpectedly
I tried to restart the heroku server, my own computer, create new keys using: http://devcenter.heroku.com/articles/keys
If I go ssh -vvv mail@adress:
OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /etc/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to [195.128.174.124] port 22.
debug1: connect to address 195.128.174.124 port 22: Connection refused
ssh: connect to host port 22: Connection refused
What can I do to make it work?