diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-02-17 11:47:40 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-02-17 11:47:40 +0000 |
| commit | 9f6de2d748109e4e479c9259468a79973631e7fc (patch) | |
| tree | 1d333e32031110bf9bfd5e15980adf8221240df8 /scp.1 | |
| parent | 3a927e69c380468bb32766c99aa7caf86de401a4 (diff) | |
Diffstat (limited to 'scp.1')
| -rw-r--r-- | scp.1 | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,3 @@ -.\" -*- nroff -*- .\" .\" scp.1 .\" @@ -9,9 +8,9 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.50 2010/02/08 10:50:20 markus Exp $ +.\" $OpenBSD: scp.1,v 1.56 2010/12/09 14:13:32 jmc Exp $ .\" -.Dd $Mdocdate: February 8 2010 $ +.Dd $Mdocdate: December 9 2010 $ .Dt SCP 1 .Os .Sh NAME @@ -20,7 +19,7 @@ .Sh SYNOPSIS .Nm scp .Bk -words -.Op Fl 1246BCpqrv +.Op Fl 12346BCpqrv .Op Fl c Ar cipher .Op Fl F Ar ssh_config .Op Fl i Ar identity_file @@ -76,6 +75,11 @@ to use protocol 1. Forces .Nm to use protocol 2. +.It Fl 3 +Copies between two remote hosts are transferred through the local host. +Without this option the data is copied directly between the two remote +hosts. +Note that this option disables the progress meter. .It Fl 4 Forces .Nm @@ -147,7 +151,9 @@ For full details of the options listed below, and their possible values, see .It HostName .It IdentityFile .It IdentitiesOnly +.It IPQoS .It KbdInteractiveDevices +.It KexAlgorithms .It LogLevel .It MACs .It NoHostAuthenticationForLocalhost @@ -209,7 +215,7 @@ to print debugging messages about their progress. This is helpful in debugging connection, authentication, and configuration problems. .El -.Pp +.Sh EXIT STATUS .Ex -std scp .Sh SEE ALSO .Xr rcp 1 , |
