At 07:54 PM 10/25/1999 -0700, Auteria Wally Winzer Jr. wrote:

>What's the proper, optimal procedure of running both
>ssh1d and ssh2d simultaneously on a system (1.2.27 and 2.0.13)?
>Is there a FAQ regarding this issue? If so, where is it?

Greetings:

Here's a couple of snippets from the SSH2.QUICKSTART file included in the
ssh-2.0.13 archive, and I can state that this works very well, and have
used SSHD1 and SSHD2 concurrently with no problems at all... 

2. Compatibility with SSH1


SSH2 can be compatible with SSH1, but is NOT compatible by
default. First, SSH2 requires clients and a server of SSH1 to be
compatible. You will need to obtain and install SSH version 1.2.26 or
later. For the version 1.2.23 and probably any previous releases of  
SSH1 did NOT work with SSH2 in our testing. I don't know about
versions 1.2.24 and 1.2.25.  Upgrade to the latest SSH1 before
installing SSH2.

After installing proper versions of SSH1 and SSH2, now you should edit
SSH2's configuration files, which are normally placed at the directory
"/etc/ssh2/". The configuration is described later.

...and....

4. System Configuration


The default configuration is mostly reasonable for ordinary purposes,
but it lacks compatibility with SSH1. Add the following 2 lines to   
sshd2_config placed at "/etc/ssh2" (or where you installed it). With 
this configuration, sshd2 server will forward requests from SSH1
client to sshd1.
    
            Ssh1Compatibility   yes
            
            Sshd1Path           /usr/local/sbin/sshd1

Replace "/usr/local/sbin" with the directory where you installed sshd1
server. Then add the following 2 lines to ssh2_config placed at the   
same directory of sshd2_config. With this configuration, ssh2 client  
will invoke ssh1 client when contacting SSH1 server.
    
            Ssh1Compatibility   yes
            
            Ssh1Path            /usr/local/bin/ssh1

Replace "/usr/local/bin" with the directory where you installed ssh1
client. Consult the manual pages of sshd and ssh for other
configurations.


Richard Whittaker @ Home - VY1RW on 146.880 -600 in the Whitehorse area.  
ICQ UID: 1388255 - http://ganges.connections.yk.ca/rwhittak/
or VY1RW @ VY1PKT.#WHSE.YT.CAN.NOAM via packet mail.
Grab ICQ today! http://www.icq.com - Pager: [EMAIL PROTECTED]

Reply via email to