Yes, you need to have the ssh software compiled on both the server and the
client. You don't, however, have to have the sshd running on the machine
if you are only going to ssh 'out' from that system.
--Matthew
__________________________________________________________________
Matthew W. Mauzy
Systems Administrator
Applied Math @ UNC-CH
email : [EMAIL PROTECTED] pager : [EMAIL PROTECTED]
(W) 919.962.9819 www.amath.unc.edu/~mauzy/ (P) 919.216.6289
__________________________________________________________________
--On Tuesday, April 25, 2000, 10:12 AM -0400 Bill Cook <[EMAIL PROTECTED]> wrote:
> After I installed the remaining parts of X11 my make worked successfully
> today. I'm now proceeding with building keys.
>
> I'm really a rookie at this stuff. So a quick question. SSH must be
> installed on all machines, remote and local? Seems like that should be
> the case but it never hurts to ask...thanks...bill
>
> At 09:58 AM 4/25/00 -0400, Vicki Lonell Hain wrote:
>> Now I'm starting to wonder why the install went so well on my 4.3.2
>> machine!
>>
>> Bill Cook wrote:
>>
>> > Hi Vicki,
>> >
>> > I'm experiencing the same problem with XAUTH that you ran into. And
>> > I'm installing under AIX 4.3.3 where one would think the "make" would
>> > work. My experience with the patch also was the same as yours. I've
>> > not yet edited the Makefile files though I probably will give it a
>> > try. Also I revisited my AIX installation to make sure that all of
>> > X11 was installed. Some parts were not. I've sinced installed them
>> > and that's where I'm at this morning. So keep posting if you find
>> > anything that works and I'll do the same. It's a little maddening.
>> >
>> > By the way, I'll be headed to your neck of the woods in June...going
>> > to the outer banks.
>> >
>> > Regards,
>> >
>> > Bill Cook
>> > Penn State University
>> > 814-863-3642
>> >
>> > At 02:49 PM 4/24/00 -0400, Vicki Lonell Hain wrote:
>> > > I brought the ssh 2.1.0 version back over. Ran
>> configure. Edited all
>> > > (!) the Makefile files and the sshconf.h file to add the reference to
>> > > XAUTH path. The compile successfully ran past the xauth this time,
>> but now it
>> > > bombs on this:
>> > > ===============================
>> > > cc -I. -I. -I../.. -I. -I../.. -I../..
>> > > -I../../include -I./../../include -DETCDIR=\"/etc\"
>> > > -DSSH_BINDIR=\"/usr/local/bin\" -DHAVE_CONFIG_H -I. -I. -I../.. -g
>> > > -c sshfilecopy.c
>> > > "sshfilecopy.h", line 127.1: 1506-120 (S) Function cannot return a
>> > > const qualified type.
>> > > "sshfilecopy.c", line 138.25: 1506-120 (S) Function cannot return a
>> > > const qualified type.
>> > > make: 1254-004 The error code from the last command is 1.
>> > > ========
>> > > whew. I'm getting tired of this. You must be getting tired of it
>> > > too. But if you have any ideas about what I can do with this compile
>> > > error,
>> that
>> > > would be great.
>> > > many thanks! vicki
>> > >
>> > >
>> > >
>> > > [EMAIL PROTECTED] wrote:
>> > >
>> > > > hmmm ... I really need to see it to figure it out. If I can get
>> > > > non
>> root
>> > > > access. I can make a diif for you.
>> > > >
>> > > > other thing you could do is cut and paste all output from
>> the commands I
>> > > > gave you especially
>> > > > the configure. and give me an ls -l of the ssh package directory.
>> there is
>> > > > a file configure.cache or
>> > > > configure.sh with lots of variables.. that can be fixed. An ls -l
>> on the
>> > > > ssh-version.1/ directory would help.
>> > > >
>> > > > Are you on AOL Instant messenger.. my screen name is edgyct.. If I
>> have the
>> > > > output I might be about to talk
>> > > > you though it.
>> > > >
>> > > > EdGy
>> > > >
>> > > > |--------+----------------------->
>> > > > | | Vicki Lonell |
>> > > > | | Hain |
>> > > > | | <vicki_hain@u|
>> > > > | | nc.edu> |
>> > > > | | Sent by: |
>> > > > | | [EMAIL PROTECTED]|
>> > > > | | ibm.com |
>> > > > | | |
>> > > > | | |
>> > > > | | 04/21/00 |
>> > > > | | 04:24 PM |
>> > > > | | |
>> > > > |--------+----------------------->
>> > > >
> >
> >---------------------------------------------------------------------|
> > > > |
> |
> > > > | To: Edward
> Geraghty/Somers/IBM@IBMUS |
>> > > > | cc:
> > |
> > > > | From:
> |
> > > > | Subject: Re: ssh2 &
> AIX |
>> > > > |
> > |
> > > >
> >---------------------------------------------------------------------|
> > > >
>> > > > Hi Edgy,
>> > > > I did that ... but then I'm back where I started, with ssh2
>> getting
>> > > > the XAUTH compile error. (!)
>> > > > thanks, Vicki
>> > > >
>> > > > [EMAIL PROTECTED] wrote:
>> > > >
>> > > > > Hello,
>> > > > >
>> > > > > Copying shared libraried from an AIX 4.3.X to AIX v4.1.5
>> > > > > machine is a sure way to get a broken machine.. What you
>> > > > > need to do is
>> recompile
>> > > > > the code on the 4.1.5 machine.
>> > > > >
>> > > > > First copy the ssh distribution to 4.1.5 machine from 4.3
>> > > > > machine. Then
>> > > > > make distclean
>> > > > > or
>> > > > > make clean
>> > > > >
>> > > > > rerun ./configure
>> > > > > then make
>> > > > > then make install
>> > > > >
>> > > > > EdGy
>> > >