Yukinori Shishime wrote:

> > I have installed (non-RSAREF) ssh 1.2.27 on a Sparc running Solaris
> > 2.4.  I can ssh into it, but I cannot get X11 forwarding going yet.  I
> > guess this message coming from the remote Solaris machine (I am ssh'ing
> > from RH 6.1, and have no problems with any other client or ssh server.)
> > I have tried many combinations of permission on /tmp/ssh-root on the
> > Sparc, including chmod 1700, 1777,...  But the error message is wrong,

But I did chmod 1777, as mentioned above.

> > the mode was not 777.
> >
> > Does any one have any suggestions?
>
> If your /tmp directory does not have sticky bit (ex. 0777), try as follows.
>
>     root# ls -l /tmp
>     drwxrwxrwx   6 sys      sys          317 Nov 26 17:25 tmp
>     root# chmod 1777 /tmp
>     root# ls -l /tmp
>     drwxrwxrwt   6 sys      sys          317 Nov 26 17:25 tmp
>              ^
>              |
>             sticky bit

The issue is that I get the same error message, no matter what I set the
permissions to.  The error message appears to be wrong too; the mode was
NOT 777, but was 700, 1700, 1777, and a few other permutations and
combinations.

I read the SSH FAQ, where my old colleague Cameron Simpson gives advice about
creating links, but I did not understand whether that is relevant to our
problem.

--
Nick Urbanik, Dept. of Electrical & Communications Engineering
Hong Kong Institute of Vocational Education (Tsing Yi)
email: [EMAIL PROTECTED], [EMAIL PROTECTED]
Tel:   (852) 2436 8660, (825) 2436 8674   Fax: (852) 2436 8643
pgp ID: 7529555D fingerprint: 53 B6 6D 73 52 EE 1F EE EC F8 21 98 45 1C 23 7B


Reply via email to