OpenSSH for Ubuntu Quickstart Guide

OpenSSH (Open Secure Shell) is a set of computer programs providing encrypted communication sessions over a computer network using the SSH protocol.

Installing OpenSSH for Ubuntu

From the Ubuntu desktop:

  1. Go to System > Administration > Synapatic Package Manager
  2. Search for “openssh-server” and “Mark for installation”
  3. Click on the “Apply” to install

From the command line:

$ sudo apt-get install openssh-server

Configuration Files

The configuration files for OpenSSH is located in:

/etc/ssh

Disabling SSH Root Logins

Edit the /etc/ssh/sshd_config file and set the PermitRootLogin parameter to no.

Related posts:

  1. Ubuntu Quickstart Guide
  2. Samba on Ubuntu Quickstart Guide
  3. vsftpd on Ubuntu Quickstart Guide
  4. Apache for Ubuntu Quickstart Guide
  5. MySQL for Ubuntu Quickstart Guide
This entry was posted in SSH, Ubuntu and tagged , . Bookmark the permalink.

One Response to OpenSSH for Ubuntu Quickstart Guide

  1. Pingback: vincentkong.com » Blog Archive » Remote Desktop with SSH Tunneling