diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | scp.1 | 14 |
2 files changed, 16 insertions, 5 deletions
@@ -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 | ||
67 | 20080119 | 72 | 20080119 |
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 $ |
@@ -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 | |||
56 | will ask for passwords or passphrases if they are needed for | 56 | will ask for passwords or passphrases if they are needed for |
57 | authentication. | 57 | authentication. |
58 | .Pp | 58 | .Pp |
59 | Any file name may contain a host and user specification to indicate | 59 | File names may contain a user and host specification to indicate |
60 | that the file is to be copied to/from that host. | 60 | that the file is to be copied to/from that host. |
61 | Copies between two remote hosts are permitted. | 61 | Local file names can be made explicit using absolute or relative pathnames |
62 | to avoid | ||
63 | .Nm | ||
64 | treating file names containing | ||
65 | .Sq :\& | ||
66 | as host specifiers. | ||
67 | Copies between two remote hosts are also permitted. | ||
62 | .Pp | 68 | .Pp |
63 | The options are as follows: | 69 | The options are as follows: |
64 | .Bl -tag -width Ds | 70 | .Bl -tag -width Ds |