summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authordjm <djm>2014-04-20 03:02:58 +0000
committerdjm <djm>2014-04-20 03:02:58 +0000
commit7cf8c2b01b1e9708030691df6c3d70e7b752ab09 (patch)
tree0aa04bc1504c9083af8ae8dbcfee05bb3af40bbd /scp.1
parentc25de49047214c2ca1a277dde7a4ecc4305135db (diff)
downloadopenssh-7cf8c2b01b1e9708030691df6c3d70e7b752ab09.tar.gz
- tedu@cvs.openbsd.org 2014/03/19 14:42:44
[scp.1] there is no need for rcp anymore ok deraadt millert
Diffstat (limited to 'scp.1')
-rw-r--r--scp.114
1 files changed, 4 insertions, 10 deletions
diff --git a/scp.1 b/scp.1
index 3b67cff0..1791b618 100644
--- a/scp.1
+++ b/scp.1
@@ -8,9 +8,9 @@
.\"
.\" Created: Sun May 7 00:14:37 1995 ylo
.\"
-.\" $OpenBSD: scp.1,v 1.61 2013/10/20 09:51:26 djm Exp $
+.\" $OpenBSD: scp.1,v 1.62 2014/03/19 14:42:44 tedu Exp $
.\"
-.Dd $Mdocdate: October 20 2013 $
+.Dd $Mdocdate: March 19 2014 $
.Dt SCP 1
.Os
.Sh NAME
@@ -49,8 +49,6 @@ It uses
for data transfer, and uses the same authentication and provides the
same security as
.Xr ssh 1 .
-Unlike
-.Xr rcp 1 ,
.Nm
will ask for passwords or passphrases if they are needed for
authentication.
@@ -191,8 +189,7 @@ Note that this option is written with a capital
.Sq P ,
because
.Fl p
-is already reserved for preserving the times and modes of the file in
-.Xr rcp 1 .
+is already reserved for preserving the times and modes of the file.
.It Fl p
Preserves modification times, access times, and modes from the
original file.
@@ -225,7 +222,6 @@ debugging connection, authentication, and configuration problems.
.Sh EXIT STATUS
.Ex -std scp
.Sh SEE ALSO
-.Xr rcp 1 ,
.Xr sftp 1 ,
.Xr ssh 1 ,
.Xr ssh-add 1 ,
@@ -235,9 +231,7 @@ debugging connection, authentication, and configuration problems.
.Xr sshd 8
.Sh HISTORY
.Nm
-is based on the
-.Xr rcp 1
-program in
+is based on the rcp program in
.Bx
source code from the Regents of the University of California.
.Sh AUTHORS