Hi All We use Red Hat Linux 6.0 First we download openssh-1.2.3.tgz them we decompress the file. First we was unable to find the install instructions. We find it on violet.ibs.com.au them we was unable to find the ./configure file that its mention on the INSTALL instructions. And if we tried to run make we receive: Makefile:3: *** missing separator. Stop. How the tgz does not work for us we download the rpms for OPENSSH from: thermo.stat.ncsu.edu/pub/openssh-us. We install the rpms but we are unable to connect by SSH we receive: connection refuse from the server. P.D. We already install OpenSSL and Gnu Make with out any problem. Any suggestions or instructions will be appreciated. Thanks
On Sun, 7 May 2000, Noc wrote:> Hi All > > We use Red Hat Linux 6.0 First we download openssh-1.2.3.tgz them > we decompress the file. First we was unable to find the install > instructions. We find it on violet.ibs.com.au them we was unable > to find the ./configure file that its mention on the INSTALL > instructions.It sounds like you downloaded the OpenBSD version. Try downloading the Redhat source RPM from http://violet.ibs.com.au/openssh/files/openssh-1.2.3-1.src.rpm and rebuilding it: rpm --rebuild openssh-1.2.3-1.src.rpm -d -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
Did you start OpenSSH? /etc/rc.d/init.d/sshd start also make sure you've set up the symlink in the rcX.d directory On Sun, 7 May 2000, Noc wrote:> Hi All > > We use Red Hat Linux 6.0 First we download openssh-1.2.3.tgz them we > decompress the file. First we was unable to find the install instructions. > We find it on violet.ibs.com.au them we was unable to find the ./configure > file that its mention on the INSTALL instructions. > And if we tried to run make we receive: > Makefile:3: *** missing separator. Stop. > How the tgz does not work for us we download the rpms for OPENSSH from: > thermo.stat.ncsu.edu/pub/openssh-us. We install the rpms but we are unable > to connect by SSH we receive: connection refuse from the server. > > P.D. We already install OpenSSL and Gnu Make with out any problem. > > Any suggestions or instructions will be appreciated. > > Thanks > > > >