At 10:14 PM 11/7/99 -0800, Auteria Wally Winzer Jr. wrote:
>Is there a way of running both sshd1 and sshd2 daemons simultaneously?
>Also, I'm looking for an optimal way of configuring both daemons to run
>together and not degregate overall system performance.  I don't want to
>run one daemon from inetd while the other runs standalone.
>
>I know of sshd2 calling on ssh1d for backward compatibility if I'm only
>running sshd2, so I'm not looking for that option (if possible).

It's always an option, but you do have other possibilities.

>Any help is greatly appreciated.

Hi Wally,

Try running sshd and sshd2 together but listening on different ports.

For example, you may have a /etc/services file that looks like this:

ssh              22/tcp    #Secure Shell 2 Login
ssh              22/udp    #Secure Shell 2 Login
.....
.....
ssh              2022/tcp    #Secure Shell 1 Login
ssh              2022/udp    #Secure Shell 1 Login

Otherwise, you'll run into the "Port already in use" stuff.

-Anne
--
Anne Carasik
Consulting Engineer
SSH Communications Security Inc.
Email: [EMAIL PROTECTED]
#include <standarddisclaimer.h>

Reply via email to