summaryrefslogtreecommitdiff
path: root/scp.0
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-04-03 08:20:28 +0100
committerColin Watson <cjwatson@debian.org>2018-04-03 08:20:28 +0100
commited6ae9c1a014a08ff5db3d768f01f2e427eeb476 (patch)
tree601025e307745d351946c01ab13f419ddb6dae29 /scp.0
parent62f54f20bf351468e0124f63cc2902ee40d9b0e9 (diff)
parenta0349a1cc4a18967ad1dbff5389bcdf9da098814 (diff)
Import openssh_7.7p1.orig.tar.gz
Diffstat (limited to 'scp.0')
-rw-r--r--scp.019
1 files changed, 11 insertions, 8 deletions
diff --git a/scp.0 b/scp.0
index 0cb7726c7..0089ed80f 100644
--- a/scp.0
+++ b/scp.0
@@ -5,8 +5,7 @@ NAME
5 5
6SYNOPSIS 6SYNOPSIS
7 scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] 7 scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
8 [-l limit] [-o ssh_option] [-P port] [-S program] 8 [-l limit] [-o ssh_option] [-P port] [-S program] source ... target
9 [[user@]host1:]file1 ... [[user@]host2:]file2
10 9
11DESCRIPTION 10DESCRIPTION
12 scp copies files between hosts on a network. It uses ssh(1) for data 11 scp copies files between hosts on a network. It uses ssh(1) for data
@@ -14,11 +13,14 @@ DESCRIPTION
14 as ssh(1). scp will ask for passwords or passphrases if they are needed 13 as ssh(1). scp will ask for passwords or passphrases if they are needed
15 for authentication. 14 for authentication.
16 15
17 File names may contain a user and host specification to indicate that the 16 The source and target may be specified as a local pathname, a remote host
18 file is to be copied to/from that host. Local file names can be made 17 with optional path in the form [user@]host:[path], or a URI in the form
19 explicit using absolute or relative pathnames to avoid scp treating file 18 scp://[user@]host[:port][/path]. Local file names can be made explicit
20 names containing M-bM-^@M-^X:M-bM-^@M-^Y as host specifiers. Copies between two remote hosts 19 using absolute or relative pathnames to avoid scp treating file names
21 are also permitted. 20 containing M-bM-^@M-^X:M-bM-^@M-^Y as host specifiers.
21
22 When copying between two remote hosts, if the URI format is used, a port
23 may only be specified on the target if the -3 option is used.
22 24
23 The options are as follows: 25 The options are as follows:
24 26
@@ -63,6 +65,7 @@ DESCRIPTION
63 AddressFamily 65 AddressFamily
64 BatchMode 66 BatchMode
65 BindAddress 67 BindAddress
68 BindInterface
66 CanonicalDomains 69 CanonicalDomains
67 CanonicalizeFallbackLocal 70 CanonicalizeFallbackLocal
68 CanonicalizeHostname 71 CanonicalizeHostname
@@ -156,4 +159,4 @@ AUTHORS
156 Timo Rinne <tri@iki.fi> 159 Timo Rinne <tri@iki.fi>
157 Tatu Ylonen <ylo@cs.hut.fi> 160 Tatu Ylonen <ylo@cs.hut.fi>
158 161
159OpenBSD 6.2 May 3, 2017 OpenBSD 6.2 162OpenBSD 6.2 February 23, 2018 OpenBSD 6.2