Re: getting SSH on UNIX Server

From: Michael Heiming (michael+USENET_at_www.heiming.de)
Date: 02/03/04


Date: Tue, 3 Feb 2004 08:16:42 +0100

Stefan <stefan@dragolov.com> wrote:

( please stop top posting )

> How can I find out if openssh is already installed on the UNIX box?
> And how do I run the sshd deamon?

sshd needs to be started as root, in order to bind to port 22,
where it is listening per default. Try 'telnet localhost 22'
directly from the box.

> Also, will this have any impaact on performance, security, intefere
> with other components? We are running a large Oracle DB on the same
> UNIX machine...

Shouldn't have any impact, or your setup is really broken.

> Do I need to take any further action besided just running the ssh
> deamon?

You need the start/stop script, with the proper run level links
in order to start/stop sshd on reboot automatic. Ask your admin
about it, depends on the kind of *nix you are running, where
those script/links are.

-- 
Michael Heiming
Remove +SIGNS and www. if you expect an answer, sorry for 
inconvenience, but I get tons of SPAM


Relevant Pages