Jul
17
Installing an Ubuntu Linux Hardy 8.04 LAMP and FFMpeg Server With a GUI – Installation of OpenSSH.
July 17, 2008 | By: UbuntuLinuxHelp | 2 Comments
Posted in How to..., Linux Projects - Hands On
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. :)
Related posts:
- Installing an Ubuntu Linux Hardy 8.04 LAMP and FFMpeg Server With a GUI – LAMP installation with cgi-bin
- Installing an Ubuntu Linux Hardy 8.04 LAMP and FFMpeg Server With a GUI – Introduction.
- Installing an Ubuntu Linux Hardy 8.04 LAMP and FFMpeg Server With a GUI – Hardware Installation.
- Installing ffmpeg-php on an Ubuntu 9.04 LAMP Server
- Ubuntu LAMP Server With Torrentflux In VMware



[...] 3. Installation of OpenSSH. [...]
Thanks for this.