Tag Archives: SSH

Setup SSH Server

Installing SSH server on your machine is quite straight forward. This will enable you to access your data from any SSH client. Simply install the required packages as follows: sudo apt-get install openssl ssh You can now access your computer from another machine using an SSH client. From another linux machine, you could access it [...]

Continue Reading