Question
connect to host 128.xxx.xxx.xx port 22: Connection refused
Hello, I am new in using Digital Ocean Cloud server
I am using ubuntu 14.04 for host my multiple site. Firstly, I success for ssh connection.
Then I installed My SQL, Phpmyadmin, apache and secure them using this way :
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-14-04
and,
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-14-04
I logged out, then tried to access again with ssh connection and I got :
ssh: connect to host 128.199.xxx.xx port 22: Connection refused.
I am using Ubuntu 14.04 in my dekstop.
Can anyone help me ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I have the same issue.
Hi, i also have the same problem. Also, for about 2 week, my mounts ( ssh ) has stopped working, and I have been forced to create a new mount point.
Dear All,
Use the below command to resolve the same:
ssh -p portno username@IPAddress
Thanks
Linux User