Ubuntu 9.0.4 – Installing SSHD

Ubuntu 9.0.4 – Installing SSHD

So after isntalling a fresh copy of Ubuntu today, I try:

r00t@r00t-laptop:~$ sudo apt-get install openssh-server
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package openssh-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package openssh-server has no installation candidate

No big deal, lets look up how to fix this online.

After a whole 2 minutes of googling I figure out all I need to run are:

sudo apt-get update

sudo apt-get install ssh-server

Done. Now fire up putty and try to connect or “ssh -p 22 localhost”.

One thought on “Ubuntu 9.0.4 – Installing SSHD

  1. Pretty good post. I just came across your site and wtnaed to saythat I have really enjoyed reading your posts. AnywayI’ll be subscribing to your feed and I hope you post again soon!

Leave a Reply to Hasan Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.