summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--scp.114
2 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d6655ba1f..81ebc742b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,11 @@
63 Revert the change for bz #1307 as it causes connection aborts if an IGNORE 63 Revert the change for bz #1307 as it causes connection aborts if an IGNORE
64 packet arrives while we're waiting in packet_read_expect (and possibly 64 packet arrives while we're waiting in packet_read_expect (and possibly
65 elsewhere). 65 elsewhere).
66 - jmc@cvs.openbsd.org 2008/01/31 20:06:50
67 [scp.1]
68 explain how to handle local file names containing colons;
69 requested by Tamas TEVESZ
70 ok dtucker
66 71
6720080119 7220080119
68 - (djm) Silence noice from expr in ssh-copy-id; patch from 73 - (djm) Silence noice from expr in ssh-copy-id; patch from
@@ -3591,4 +3596,4 @@
3591 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3596 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3592 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3597 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3593 3598
3594$Id: ChangeLog,v 1.4832 2008/02/10 11:27:47 djm Exp $ 3599$Id: ChangeLog,v 1.4833 2008/02/10 11:28:45 djm Exp $
diff --git a/scp.1 b/scp.1
index 46b72eda3..7122fa40f 100644
--- a/scp.1
+++ b/scp.1
@@ -9,9 +9,9 @@
9.\" 9.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo 10.\" Created: Sun May 7 00:14:37 1995 ylo
11.\" 11.\"
12.\" $OpenBSD: scp.1,v 1.43 2008/01/19 19:25:50 djm Exp $ 12.\" $OpenBSD: scp.1,v 1.44 2008/01/31 20:06:50 jmc Exp $
13.\" 13.\"
14.Dd $Mdocdate: January 19 2008 $ 14.Dd $Mdocdate: January 31 2008 $
15.Dt SCP 1 15.Dt SCP 1
16.Os 16.Os
17.Sh NAME 17.Sh NAME
@@ -56,9 +56,15 @@ Unlike
56will ask for passwords or passphrases if they are needed for 56will ask for passwords or passphrases if they are needed for
57authentication. 57authentication.
58.Pp 58.Pp
59Any file name may contain a host and user specification to indicate 59File names may contain a user and host specification to indicate
60that the file is to be copied to/from that host. 60that the file is to be copied to/from that host.
61Copies between two remote hosts are permitted. 61Local file names can be made explicit using absolute or relative pathnames
62to avoid
63.Nm
64treating file names containing
65.Sq :\&
66as host specifiers.
67Copies between two remote hosts are also permitted.
62.Pp 68.Pp
63The options are as follows: 69The options are as follows:
64.Bl -tag -width Ds 70.Bl -tag -width Ds