summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/scp.1
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/scp.1')
-rw-r--r--crypto/openssh/scp.121
1 files changed, 9 insertions, 12 deletions
diff --git a/crypto/openssh/scp.1 b/crypto/openssh/scp.1
index 3b67cff..279b0d7 100644
--- a/crypto/openssh/scp.1
+++ b/crypto/openssh/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.67 2015/07/10 06:21:53 markus Exp $
.\"
-.Dd $Mdocdate: October 20 2013 $
+.Dd $Mdocdate: July 10 2015 $
.Dt SCP 1
.Os
.Sh NAME
@@ -30,14 +30,14 @@
.Sm off
.Oo
.Op Ar user No @
-.Ar host1 No :
+.Ar host1 :
.Oc Ar file1
.Sm on
.Ar ...
.Sm off
.Oo
.Op Ar user No @
-.Ar host2 No :
+.Ar host2 :
.Oc Ar file2
.Sm on
.Ek
@@ -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.
@@ -152,6 +150,7 @@ For full details of the options listed below, and their possible values, see
.It HashKnownHosts
.It Host
.It HostbasedAuthentication
+.It HostbasedKeyTypes
.It HostKeyAlgorithms
.It HostKeyAlias
.It HostName
@@ -171,6 +170,7 @@ For full details of the options listed below, and their possible values, see
.It PreferredAuthentications
.It Protocol
.It ProxyCommand
+.It PubkeyAcceptedKeyTypes
.It PubkeyAuthentication
.It RekeyLimit
.It RhostsRSAAuthentication
@@ -180,6 +180,7 @@ For full details of the options listed below, and their possible values, see
.It ServerAliveCountMax
.It StrictHostKeyChecking
.It TCPKeepAlive
+.It UpdateHostKeys
.It UsePrivilegedPort
.It User
.It UserKnownHostsFile
@@ -191,8 +192,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 +225,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 +234,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
OpenPOWER on IntegriCloud