Trying to putty into your server, you may get a “Connection Refused” error. That’s usually because the Open SSH server and client aren’t installed, just run this at the command line and restart Apache.
1 | [crayon-60432835c57fb821613613 ]sudo apt-get install openssh-server openssh-client |
[/crayon]