On Mon, Apr 30, 2001 at 10:59:01AM -0400, Javadi, Farshad wrote:
> > 1- Go to www.ssh.com==www.ssh.org
> > Choose DownLoad
> > Clik on "SSH Secure Shell FTP mirror sites"
> > Scroll down until you see USA sites
> > Choose for example "sunsite.unc.edu:/pub/packages/security/ssh"
> > Right click on any packae you want and choose "Save Link As..."
> > For example: "ssh-1.2.31.tar.gz" and "ssh-2.4.0.tar.gz"
> > gzip -d ssh-1.2.31.tar.gz
> > tar -xv ssh-1.2.31.tar
you did download ssh-1.x
> > 8- First I put the following line in both "/etc/sshd_config" and
> > "/etc/ssh_config" files:
> >
> > AllowedAuthentications [EMAIL PROTECTED]
but added a config option for ssh-2.x to ssh-1.x's config file
i suggest to read the documentation.
-m