Mailing List Archive

OPENSSH and Red Hat
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
Re: OPENSSH and Red Hat [ In reply to ]
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@mindrot.org (home) -or- djm@ibs.com.au (work)
Re: OPENSSH and Red Hat [ In reply to ]
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
>
>
>
>
Re: OPENSSH and Red Hat [ In reply to ]
Are you running the server as well as the client?

I got this message tring to connect to an ssh-server running protocol
version 2.0, and of course OpenSSH 1.2.3 only supports 1.3 and 1.5 -
unless you're feeling brave enough for CVS, you may be best off using ssh
(www.ssh.com) for the interim.


On Mon, 8 May 2000, Richard June wrote:

> 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
> >
> >
> >
> >
>
>
>
>
>