Re: How to scp to machine with no root account?
From: Mike Marsh (michael.a.marsh_at_gmail.com)
Date: 01/07/05
- Next message: Tim Haynes: "Re: How to scp to machine with no root account?"
- Previous message: Bill Unruh: "Re: How to scp to machine with no root account?"
- In reply to: Bill Unruh: "Re: How to scp to machine with no root account?"
- Next in thread: Tim Haynes: "Re: How to scp to machine with no root account?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Tim Haynes: "Re: How to scp to machine with no root account?"
- Previous message: Bill Unruh: "Re: How to scp to machine with no root account?"
- In reply to: Bill Unruh: "Re: How to scp to machine with no root account?"
- Next in thread: Tim Haynes: "Re: How to scp to machine with no root account?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Loading