if you are a linux dummy as me you might wonder how to install an ssh server on your Linux box.
I had to learn this is an easy task that can be performed by just entering the following command.
apt-get install openssh-server
This will download the package and install the service for Open SSH. after that you are able to access your server via Putty SSH or any other SSH Client.