14/01/2017
Enable and secure OpenSSH on Ubuntu 16.04 LTS (Xenial Xerus)
The OpenSSH server can authenticate users using the standard methods supported by the ssh protocol: with a password; public-key authentication, using per-user keys; host-based authentication, which is a secure version of rlogin’s host trust relationships using public keys; keyboard-interactive, a ge...