Cannot SSH to Ubuntu on port 22

If you are trying to ssh to your ubuntu machine and connection refused.

This is because ssh is not enabled in ubuntu by default.

type this in your terminal
sudo apt-get install ssh


About this entry