PDA

View Full Version : [ubuntu] Installing sshd



sirius56
May 7th, 2008, 05:24 PM
I'm trying to get sshd running in 8.04 Desktop.

When I do

sudo apt-get install sshd

I get the message "Couldn't find package." Yet I have all of the extra repositories checked. Can someone please tell me how to load sshd?

Thank you.

Whiffle
May 7th, 2008, 05:25 PM
try

apt-get install ssh

sirius56
May 7th, 2008, 06:00 PM
apt-get install ssh worked but that is the client side.
What I needed is the server side. I found
apt-get install openssh-server
and that seemed to work.
Thank you.

Case closed.