Tag:
scp

Securely copy remote files with scp

by
on
September 27, 2008

scp allows you to securely copy files locally or remotely across a network. It uses SSH for data transfer and uses the same authentication. If you do not have public key authentication enabled you will be prompted for a password. This basic format for scp is this. scp [options] [[user@]src_host1:]file1 [[user@]dest_host2:]file2 Assuming the remotehost has [...]

Read More
No Comments
commands
Copyright 2008-2010 WiredRevolution.com. All rights reserved.