I changed my pythonanywhere password and now my git push deployments have stopped working.
I originally followed this blog to set the deployments up https://blog.pythonanywhere.com/87/ but it's not prompting me for a password when I reset the remote and push results in: ssh: connect to host ssh.pythonanywhere.com port 22: Connection refused
.
Trying to ssh into the server also results in this:
$ ssh -v jcuturtlehealth@ssh.pythonanywhere.com
OpenSSH_7.6p1, LibreSSL 2.6.2
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 48: Applying options for *
debug1: Connecting to ssh.pythonanywhere.com port 22.
ssh: connect to host ssh.pythonanywhere.com port 22: Connection refused
Any ideas on how I can fix this?