| Summary: | scp permissions | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | johnf <johnf.ct> |
| Component: | scp | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.6.1p2 | ||
| Hardware: | All | ||
| OS: | Other | ||
|
Description
johnf
2003-07-16 17:13:47 AEST
This behaviour is by-design: scp doesn't try to change the ownership of files that it copies. Why? The simple answer is that rcp didn't and scp is rcp-over-ssh. A better explanation would probably be that the owner user on the local host is not guaranteed to exist on the remote host. In any case, the behaviour won't be changing as it has too many consequences. If you want to preserve ownership, use tar-over-ssh (its faster too). (Sorry for the long delay in answering, but I just noticed this bug) Mass change of RESOLVED bugs to CLOSED |