SSH & Mandrake 8.2

Hi, I'm new to the Linux world and thus far I'm loving it! But I can't SSH nor telnet into my Linux box remotely! Is there something that I have improperly configured somewhere?? If so. . . what can I do to enable SSH?? Thanks!.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar27.webp

2 Posts
Location -
Joined 2003-10-14
Hi,
I'm new to the Linux world and thus far I'm loving it! But I can't SSH nor telnet into my Linux box remotely! Is there something that I have improperly configured somewhere?? If so...what can I do to enable SSH?? Thanks!

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar19.webp

24 Posts
Location -
Joined 2003-04-15
Do you have the ssh deamon running? Check (as root)
 
service sshd status
 
If not, you can start it manually with
 
service sshd start
 
Or you can use the service editor in the Mandrake Control Center.

data/avatar/default/avatar27.webp

2 Posts
Location -
Joined 2003-10-14
OP
Quote:Do you have the ssh deamon running? Check (as root)

service sshd status

If not, you can start it manually with

service sshd start

Or you can use the service editor in the Mandrake Control Center.

Hey thanks. But when I run those commands i get the error:

Cannot find sshd service

data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
Sounds like you need to install openssh server. I would go ahead and install openssh client to if it is not installed. Go to Mdk control center/install software and search "openssh" If it is not installed, install both and try "ssh-ing" again.
 
Are you using a router? Also check that ssh port is open. I think it's 22. Not sure about telnet port.

data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
(amend) open port 22 on router if you are trying to connect to it from outside a network. If you are inside a network, I don't you will need to open it, but I'm not completely sure on that.

data/avatar/default/avatar06.webp

8 Posts
Location -
Joined 2003-11-20
Sound like the SSH Server is'nt installed. Slap The Mandrake CD's in and do a ps | grep ssh . On one of the CD's there is an sshdserver or something like that, run rpm -i *sshdserver* . Once that's installed run service sshd status . If it's not runnig do service sshd start and then try and connect to your box via ssh.