Re: How to scp to machine with no root account?

From: Mike Marsh (michael.a.marsh_at_gmail.com)
Date: 01/07/05


Date: Fri, 07 Jan 2005 11:33:12 -0500

Bill Unruh wrote:
> scp /etc/foo target:/tmp/foo
> ssh target
> cp /tmp/foo /etc/foo
> exit

Or, from the target machine:

scp source:/etc/foo /etc/foo


Loading