On Thu, 27 Dec 2001 06:22:42 -0500
"Allen May" <[EMAIL PROTECTED]> studiouisly spake these words to ponder:

> I installed over the internet.... What do I do now?
> 
> -Allen
> 
> 

Allen,

As root, issue this command in a terminal window to see if the sshd server is running:
        
        service sshd status

if it is you'll get a message like this returned to the screen:

        [root@mdw1982 mdw1982]# service sshd status
        sshd (pid 1714) is running...
        [root@mdw1982 mdw1982]#

If you get a message like that then there isn't anything else to do but use it. If you 
get a message like this:

        [root@mdw1982 mdw1982]# service sshd status
        sshd is stopped
        [root@mdw1982 mdw1982]#

Then your openssh server isn't running and you need to start the server with this 
command:

        service sshd start

Open Mandrake Control Center-->System-->Services, scroll down the menu and find the 
item labled "sshd". check the item "on boot" and close Control Center. Next time your 
machine boots up sshd will be started with the rest of the services that are set to 
run.

Other then that there isn't anything to do but use it.
        

-- 
daRcmaTTeR
---------------------------------------------------------------------
If at first you don't succeed do what your wife told you to do
the first time!

Registered Linux User 182496
Mandrake 8.1
---------------------------------------------------------------------
  8:05am  up 10 days, 23:54,  2 users,  load average: 0.06, 0.11, 0.11

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to