This is part three of our series on configuring a Slicehost slice.

Step Three – Install and Configure OpenSSH

Install OpenSSH

sudo aptitude -y install openssh-server openssh-client

Edit the sshd_config file to listen on port 1999 instead of port 22

sudo nano /etc/ssh/sshd_config

Find Port 22 and change 22 to 1999 and then save the file.

Restart the SSH server so that the configuration takes hold.

sudo /etc/init.d/ssh restart

That’s it!

Part 4

Tomorrow, we are going to install the web server, nginx.

Basic Slicehost Slice Setup Series List:

  1. Part 1 - Updating Ubuntu
  2. Part 2 - Configure iptables
  3. Part 3 - Install and Configure OpenSSH
  4. Part 4 - Install nginx Web Server
  5. Part 5 - Installing MySQL
  6. Part 6 - Installing PHP5 with fastcgi
  7. Part 7 - Create the Virtual Host Website
  8. Part 8 - Install WordPress via Subversion

Related articles:

Reblog this post [with Zemanta]

Similar Posts:

If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?