Mailing List Archive

How to install openssh?
I need to use ssh (both incoming and outgoing) on a SPARC Solaris 7
workstation.

I just downloaded openssh from

ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/openssh-1.2.3.tgz

as instructe on the www.openssh.com website.

After gunzipping and untarring everything, I note that is says that
installation instructions are in the file "INSTALL". But there is no
such file!

I am not sure how to proceed. Please advise.

-- Jonathan


--

Associate Professor Jonathan Eckstein
MSIS Department, Faculty of Management, Rutgers University

TEACHING ADDRESS RESEARCH ADDRESS
+------------------------------+--------------------------------+
| 255 J.H. Levin Building | RUTCOR, Room 148 |
| 94 Rockafeller Road | 640 Bartholomew Road |
| Livingston Campus | Busch Campus |
| Rutgers University | Rutgers University |
| Piscataway, NJ 08854 USA | Piscataway, NJ 08854 USA |
| (732) 445-0510 | (732) 445-3596 |
| FAX (732) 445-6329 | FAX (732) 445-5472 |
+------------------------------+--------------------------------+

jeckstei@rutcor.rutgers.edu

http://rutcor.rutgers.edu:80/~jeckstei/
Re: How to install openssh? [ In reply to ]
You got the openbsd version. Try

ftp://thermo.stat.ncsu.edu/pub/openssh/files/test//openssh-1.2.3pre5.tar.gz

Mate

On Thu, Mar 23, 2000 at 04:20:08PM -0500, Jonathan Eckstein wrote:
> I need to use ssh (both incoming and outgoing) on a SPARC Solaris 7
> workstation.
>
> I just downloaded openssh from
>
> ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/openssh-1.2.3.tgz
>
> as instructe on the www.openssh.com website.
>
> After gunzipping and untarring everything, I note that is says that
> installation instructions are in the file "INSTALL". But there is no
> such file!
>
> I am not sure how to proceed. Please advise.
>
> -- Jonathan
>
>
> --
>
> Associate Professor Jonathan Eckstein
> MSIS Department, Faculty of Management, Rutgers University
>
> TEACHING ADDRESS RESEARCH ADDRESS
> +------------------------------+--------------------------------+
> | 255 J.H. Levin Building | RUTCOR, Room 148 |
> | 94 Rockafeller Road | 640 Bartholomew Road |
> | Livingston Campus | Busch Campus |
> | Rutgers University | Rutgers University |
> | Piscataway, NJ 08854 USA | Piscataway, NJ 08854 USA |
> | (732) 445-0510 | (732) 445-3596 |
> | FAX (732) 445-6329 | FAX (732) 445-5472 |
> +------------------------------+--------------------------------+
>
> jeckstei@rutcor.rutgers.edu
>
> http://rutcor.rutgers.edu:80/~jeckstei/
>

--
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis
Re: How to install openssh? [ In reply to ]
Hello again:

I am still working on installing OpenSSH. I am a fairly experienced
unix user, but am new to system administration. Anyway, I got the right
version, and I'm trying to install it under Solaris 7. Following the
directions in the INSTALL file, I have downloaded, compiled, and "make
install"-ed the following:

Zlib
OpenSSL
Perl5 (required by OpenSSL)
EGD
GCC (required by EGD)

I put in EGD because the make for OpenSSH complained that there was no
/dev/{u}random and no EGD. I assume I really do need EGD under solaris
7 (right?).

However, even after "make install" on EGD, the OpenSSH "make host-key"
command complains there is no EGD. I assume that I need to have a host
key (right?).

There is a sentence in the INSTALL document that says

"If you have configured OpenSSH with EGD support, ensure that EGD is
running and has collected some Entropy."

Obviously I have missed this step. Unfortunately, the "documentation"
provided with EGD assumes you are using EGD for some other purpose and
is quite unhelpful as to how to start the daemon for use with OpenSSH,
or even what the arguments to egd mean.

Would it be too much to ask what commands I should place where to get
ssh to work and sshd and egd (if necessary) automatically started at
system boot?

Yours Frustratedly,

Jonathan



Mate Wierdl wrote:
>
> You got the openbsd version. Try
>
> ftp://thermo.stat.ncsu.edu/pub/openssh/files/test//openssh-1.2.3pre5.tar.gz
>
> Mate
>
> On Thu, Mar 23, 2000 at 04:20:08PM -0500, Jonathan Eckstein wrote:
> > I need to use ssh (both incoming and outgoing) on a SPARC Solaris 7
> > workstation.
> >
> > I just downloaded openssh from
> >
> > ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/openssh-1.2.3.tgz
> >
> > as instructe on the www.openssh.com website.
> >
> > After gunzipping and untarring everything, I note that is says that
> > installation instructions are in the file "INSTALL". But there is no
> > such file!
> >
> > I am not sure how to proceed. Please advise.
> >
> > -- Jonathan
> >

> ---
> Mate Wierdl | Dept. of Math. Sciences | University of Memphis

--

Associate Professor Jonathan Eckstein
MSIS Department, Faculty of Management, Rutgers University

TEACHING ADDRESS RESEARCH ADDRESS
+------------------------------+--------------------------------+
| 255 J.H. Levin Building | RUTCOR, Room 148 |
| 94 Rockafeller Road | 640 Bartholomew Road |
| Livingston Campus | Busch Campus |
| Rutgers University | Rutgers University |
| Piscataway, NJ 08854 USA | Piscataway, NJ 08854 USA |
| (732) 445-0510 | (732) 445-3596 |
| FAX (732) 445-6329 | FAX (732) 445-5472 |
+------------------------------+--------------------------------+

jeckstei@rutcor.rutgers.edu

http://rutcor.rutgers.edu:80/~jeckstei/
Re: How to install openssh? [ In reply to ]
Quoting Jonathan Eckstein <jeckstei@rutcor.rutgers.edu>:
>
> Would it be too much to ask what commands I should place where to get
> ssh to work and sshd and egd (if necessary) automatically started at
> system boot?

If it would help, I have packaged (in the Sun fashion) OpenSSH
1.2.3 along with the pertinent bits of openssl-0.9.4 and egd-0.6
in such a way that it installs into /usr of a Solaris system. It
has been developed on a Solaris 7 box but compatibility with
Solaris 2.6 has been vaguely tested.

I probably put in some Durham-specific things so you may need to
modify some stuff if you want it. If this proves to be of
large-scale interest, I can probably maintain a standard version
and a Durham version (if the boss lets me!)

Cheerio,

Andrew Stribblehill
Systems Programmer, IT Service, University of Durham, England