Category: How to..., Linux Projects - Hands On — UbuntuLinuxHelp @ 9:50 am —

In the last installment, I covered what was done to install LAMP on the server. But remember that we did not install SSH. Why is SSH important? It allows us to remotely connect to the server using tools such as PuTTY, so that we can execute commands, install software, etc.

The command is simple:

sudo aptitude install openssh-server

Installing an SSH client? PuTTY:

sudo aptitude install putty

I decided to install the SSH Server via aptitude after LAMP, because I found out (the first time I did this) that updating the SSH Server would cause me to have to update the certificates as well. Doing it this way, saves me extra steps.

Needless to say, this step was very simple, but very powerful in that it allows me to manage the server remotely, in comfort. :)

There are 2 comment(s) added so far...

#1

[…] 3. Installation of OpenSSH. […]

#2

Thanks for this.

Zoran wrote on October 26, 2008 - 3:00 am
You can leave a response, or trackback from your own site.

Write Your Comment

Comment Guidelines: Basic XHTML is allowed (a href, strong, em, code). All line breaks and paragraphs will be generated automatically.

You should have a name, right? 
Your email address, I promised I won't tell it to anyone. 
If you have a web site or blog, you can type the URL right here. 
This is where you type your comments. 
Remember my information for the next time I visit.