Re: help with ssh


Subject: Re: help with ssh
From: Ken Schweigert (ken@byte-productions.com)
Date: Thu Jan 08 1970 - 21:14:33 MST


Joe,

Have you installed openssl yet?
  'rpm -qa|grep openssl' or
  'which openssl'

If not, do that first. Then download the latest source from openssh.org under 'Other OS's ... Linux' then select the closest mirror to you.

If you are not using IPv6, make sure you don't configure it in. There's a default that translates IPv6 addresses to IPv4 addresses. I wasted an afternoon because I didn't explicitly configure for IPv4. The configure switch is either: --without-4in6 or --with-ipv4-default

This is what I used to configure openssh:
  ./configure --prefix=/usr --without-4in6 --with-pam --sysconfdir=/etc/ssh

After that, just do a 'make' then 'make test' and finally 'make install'. Except to the IPv4-IPv6 snafu, openssh fell onto my YDL box.

If you're using PAM, don't forget to copy the 'sshd.pam' file from the contrib/redhat directory. And also the 'sshd.init' file to your /etc/rc.d/init.d/ directory.

Hope that helps.

-- 
-Ken Schweigert, Aspiring Network Administrator
Byte Productions, LLC
http://www.byte-productions.com

On Tue, Aug 28, 2001 at 12:56:02PM -0700, jmmd@nerve.com wrote: > Hello, > I'd like to set up openssh on our champion server. Any tips (eg..conf changes, ) would be greatly appreciated. We are running telnet and proftpd right now. Thanks--Joe M. > > ... . . . . . . . . . . . > Get your own free @nerve.com email address at http://www.nervecenter.com



This archive was generated by hypermail 2a24 : Tue Aug 28 2001 - 13:52:15 MDT