scp and Solaris ACLs

Dan Kaminsky dan at doxpara.com
Wed Mar 13 09:23:35 EST 2002


Interesting question:

    Can rcp be cajoled to use ssh as its transport?

    What happens if rsh is symlinked to ssh, but rcp is kept identical?

--Dan

----- Original Message -----
From: "Darren Moffat" <Darren.Moffat at eng.sun.com>
To: <mjs at ams.org>
Cc: <openssh-unix-dev at mindrot.org>
Sent: Monday, March 11, 2002 1:08 PM
Subject: Re: scp and Solaris ACLs


> >Has anyone had a problem with scp not retaining ACLs set on the original
> >file under Solaris 8?  When I have a file that has ACLs set and I use scp
>
> They won't be preserved because the code to do so doesn't exist.
>
> >or rsync -e ssh to copy the file (local->local or local->remote) the ACLs
> >are gone from the copied file(s).  Is this a known issue or am I just
> >missing something (a flag for instance) when performing the copy?  Thanks
> >in advance for your help.
>
> rcp in Solaris does preserve them but only because it uses a special
> version of rcp on both sides.
>
> This only makes sense if the source and destination are both Solaris.
> rcp in Solaris works this out by looking for the presence of
/usr/lib/sunw,rcp
> as the command to run, if it exists (it is actually a link to
/usr/bin/rcp) it
> knows that acls can be passed.
>
> A similar think would need to be done for scp.  The scp in Solaris 9 does
> NOT contain this support.
>
> --
> Darren J Moffat
>
> _______________________________________________
> openssh-unix-dev at mindrot.org mailing list
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
>




More information about the openssh-unix-dev mailing list