Page 1 of 1

[KDE 3.5.x - Darnya & Elyssa] - ssh daemon

Posted: Thu Mar 26, 2009 1:27 pm
by rec9140
Is the ssh daemon/sever installed in the for KDE 3.5.x - Darnya & Elyssa?

The ssh client is there, but I need the ssh daemon to be able to ssh in?

If its included already I don't want to duplicate things.

Thanks.

Re: [KDE 3.5.x - Darnya & Elyssa] - ssh daemon

Posted: Thu Mar 26, 2009 6:34 pm
by Boo
I can not remember but an easy way to check is to list /etc/init.d/ and look for sshd.
also there would be the file /etc/ssh/sshd_config.

Boo

Re: [KDE 3.5.x - Darnya & Elyssa] - ssh daemon

Posted: Fri Mar 27, 2009 11:38 am
by rec9140
Boo wrote:I can not remember but an easy way to check is to list /etc/init.d/ and look for sshd.
also there would be the file /etc/ssh/sshd_config.

As it complained about no such command file directory when I di d /etc/init.d/sshd start
Yeah, thats what I did and didn't find a sshd for /etc/init.d/

Theres is a /etc/ssh/ssh_config but not a sshd_config

Code: Select all

rec9140@rec9140-desktop:/etc/ssh$ ls -al
total 156
drwxr-xr-x   2 root root   4096 2009-03-16 14:28 .
drwxr-xr-x 129 root root  12288 2009-03-26 17:33 ..
-rw-r--r--   1 root root 132777 2007-02-19 07:44 moduli
-rw-r--r--   1 root root   1532 2007-10-04 18:52 ssh_config
rec9140@rec9140-desktop:/etc/ssh$

I though maybe I was missing it.

So it looks like openssh-server needs to be installed.

Will have to play with it in my test VM before doing on a working box.

Thanks.