Einar Indridason wrote:
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > > Eduardo M. A. M. Mendes
> > > Sent: Wednesday, July 19, 2000 2:11 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: X11 is not forwarded despite ....
> > >
> > > Hello
> > > I installed openssh in 2 linux and 1 solaris boxes. X11 works both
> > > linux but everytime I slogin
> > > on the solaris box from a linux box a warning message saying that X11
> > > will not be fowarded is displayed.
> > > All ssh and sshd_config are exactly the same. What did I do wrong?
>
> A guess, not guarantied to work: When you run the "configure" program on
> the solaris machine, make sure that "xauth" is in the path, so that "configure" can
>find it?
>
>
Hello
How can I be sure that xauth is in the path? I typed which xauth and found out
that xauth
is at
/usr/openwin/bin/xauth.
OpenSSH configured has been configured with the following options.
User binaries: /usr/bin
System binaries: /usr/sbin
Configuration files: /usr/etc
Askpass program: /usr/libexec/ssh/ssh-askpass
Manual pages: /usr/man/manX
PID file: /var/run
Random number collection: Builtin (timeout 200)
Manpage format: man
PAM support: yes
KerberosIV support: no
AFS support: no
S/KEY support: no
TCP Wrappers support: no
MD5 password support: no
IP address in $DISPLAY hack: no
Use IPv4 by default hack: no
Translate v4 in v6 hack: no
Compiler flags: -g -O2 -Wall -I/usr/local/include
Linker flags: -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib
Libraries: -ldl -lsocket -lnsl -lz -lpam -lcrypto
Thanks alot.
Eduardo