Featured
-
Install KDE Plasma 5.2 alongside Unity in Ubuntu 14.04
KDE is considered to be one of the most configurab
by jayant.kumar
Tags
Configuration and Authentication using OpenSSH key
Secure Shell (SSH) is a cryptographic network for operating network services securely over an unsecured network. A common example is for remote login into a system by an user.
Installation :
Generally it comes already ...
How to install SSH server on Ubuntu 14.04?
Install SSH Server on Ubuntu 14.04
In order to install SSH server on Ubuntu, you need to install OpenSSH server package. Use the following command to setup SSH server:
sudo apt-get install openssh-server
Configure SSH Server
After i...
How to set up SSH with Public Key authentication on Ubuntu?
How to Setup SSH with Public Key Authentication on Ubuntu 14.04
This blog will let you know how to set up an SSH server with public-key authorization SSH is a great tool to control Linux-based computers remotely.
Installing SSH On The...