Basic Slicehost Slice Setup Part 3 - Install and Configure OpenSSH
Trackback or
Categories: WordPress, VPS, Blog, DIY, System Administration, LinuxPosted on Friday, February 20, 2009 by Tim Fehlman
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:
- Part 1 - Updating Ubuntu
- Part 2 - Configure iptables
- Part 3 - Install and Configure OpenSSH
- Part 4 - Install nginx Web Server
- Part 5 - Installing MySQL
- Part 6 - Installing PHP5 with fastcgi
- Part 7 - Create the Virtual Host Website
- Part 8 - Install WordPress via Subversion
Related articles:
- Get To Know Linux: Secure Shell
- SSH visual host keys
- Linux Command Line Fu
- Access remote network services with SSH tools

One Response to “Basic Slicehost Slice Setup Part 3 - Install and Configure OpenSSH”
-
miT Says:
February 23rd, 2009 at 9:37 amI’m guessing that you’re changing the default SSH port to 1999 for security reasons? Not sure.
Nmap with a full range scan would still be able to find out that you have OpenSSH running behind 1999, i don’t bother changing my ssh port for this reason.

![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=9689896f-f502-464b-8dd8-018c33a4ba1a)
