Penguin

Differences between version 3 and previous revision of SCP.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Wednesday, October 5, 2005 9:11:38 am by AristotlePagaltzis Revert
Older page: version 2 Last edited on Friday, October 1, 2004 9:36:17 am by DrewBroadley Revert
@@ -1,5 +1,5 @@
-[SCP] is an [Acronym] for "__S__ecure __C__o__p__y", a VeryCool file transfer protocol used by scp(1). scp(1) is designed to be a secure replacement without the weaknesses of rcp(1). The latter uses a completely unencrypted connection which allows anyone on the network to evesdrop on both the credentials as well the contents of files being transferred. which was well known to be insecure. In contrast, scp(1) uses a SSH tunnel. This also allows you to use an authorized_keys file (see [SSHKeys]) - which is ''more'' convenient than rcp(1) ''and'' more secure. What else could you want? 
+[SCP] is an [Acronym] for "__S__ecure __C__o__p__y", a file transfer [Protocol] used by scp(1). scp(1) is designed to be a secure replacement without the weaknesses of rcp(1). The latter uses a completely unencrypted connection which allows anyone on the network to evesdrop on both the credentials as well the contents of files being transferred. which was well known to be insecure. In contrast, scp(1) uses a [ SSH] tunnel. This also allows you to use an authorized_keys file (see [SSHKeys]) - - which is ''more'' convenient than rcp(1) ''and'' more secure. What else could you want? 
  
 See also: 
 * [SSHNotes] 
 * [SSHKeys]