merge key exchange patch without rekeying support
[openssh.git] / scp.1
1 .\"
2 .\" scp.1
3 .\"
4 .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
5 .\"
6 .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
7 .\"                    All rights reserved
8 .\"
9 .\" Created: Sun May  7 00:14:37 1995 ylo
10 .\"
11 .\" $OpenBSD: scp.1,v 1.56 2010/12/09 14:13:32 jmc Exp $
12 .\"
13 .Dd $Mdocdate: December 9 2010 $
14 .Dt SCP 1
15 .Os
16 .Sh NAME
17 .Nm scp
18 .Nd secure copy (remote file copy program)
19 .Sh SYNOPSIS
20 .Nm scp
21 .Bk -words
22 .Op Fl 12346BCpqrv
23 .Op Fl c Ar cipher
24 .Op Fl F Ar ssh_config
25 .Op Fl i Ar identity_file
26 .Op Fl l Ar limit
27 .Op Fl o Ar ssh_option
28 .Op Fl P Ar port
29 .Op Fl S Ar program
30 .Sm off
31 .Oo
32 .Op Ar user No @
33 .Ar host1 No :
34 .Oc Ns Ar file1
35 .Sm on
36 .Ar ...
37 .Sm off
38 .Oo
39 .Op Ar user No @
40 .Ar host2 No :
41 .Oc Ar file2
42 .Sm on
43 .Ek
44 .Sh DESCRIPTION
45 .Nm
46 copies files between hosts on a network.
47 It uses
48 .Xr ssh 1
49 for data transfer, and uses the same authentication and provides the
50 same security as
51 .Xr ssh 1 .
52 Unlike
53 .Xr rcp 1 ,
54 .Nm
55 will ask for passwords or passphrases if they are needed for
56 authentication.
57 .Pp
58 File names may contain a user and host specification to indicate
59 that the file is to be copied to/from that host.
60 Local file names can be made explicit using absolute or relative pathnames
61 to avoid
62 .Nm
63 treating file names containing
64 .Sq :\&
65 as host specifiers.
66 Copies between two remote hosts are also permitted.
67 .Pp
68 The options are as follows:
69 .Bl -tag -width Ds
70 .It Fl 1
71 Forces
72 .Nm
73 to use protocol 1.
74 .It Fl 2
75 Forces
76 .Nm
77 to use protocol 2.
78 .It Fl 3
79 Copies between two remote hosts are transferred through the local host.
80 Without this option the data is copied directly between the two remote
81 hosts.
82 Note that this option disables the progress meter.
83 .It Fl 4
84 Forces
85 .Nm
86 to use IPv4 addresses only.
87 .It Fl 6
88 Forces
89 .Nm
90 to use IPv6 addresses only.
91 .It Fl B
92 Selects batch mode (prevents asking for passwords or passphrases).
93 .It Fl C
94 Compression enable.
95 Passes the
96 .Fl C
97 flag to
98 .Xr ssh 1
99 to enable compression.
100 .It Fl c Ar cipher
101 Selects the cipher to use for encrypting the data transfer.
102 This option is directly passed to
103 .Xr ssh 1 .
104 .It Fl F Ar ssh_config
105 Specifies an alternative
106 per-user configuration file for
107 .Nm ssh .
108 This option is directly passed to
109 .Xr ssh 1 .
110 .It Fl i Ar identity_file
111 Selects the file from which the identity (private key) for public key
112 authentication is read.
113 This option is directly passed to
114 .Xr ssh 1 .
115 .It Fl l Ar limit
116 Limits the used bandwidth, specified in Kbit/s.
117 .It Fl o Ar ssh_option
118 Can be used to pass options to
119 .Nm ssh
120 in the format used in
121 .Xr ssh_config 5 .
122 This is useful for specifying options
123 for which there is no separate
124 .Nm scp
125 command-line flag.
126 For full details of the options listed below, and their possible values, see
127 .Xr ssh_config 5 .
128 .Pp
129 .Bl -tag -width Ds -offset indent -compact
130 .It AddressFamily
131 .It BatchMode
132 .It BindAddress
133 .It ChallengeResponseAuthentication
134 .It CheckHostIP
135 .It Cipher
136 .It Ciphers
137 .It Compression
138 .It CompressionLevel
139 .It ConnectionAttempts
140 .It ConnectTimeout
141 .It ControlMaster
142 .It ControlPath
143 .It GlobalKnownHostsFile
144 .It GSSAPIAuthentication
145 .It GSSAPIDelegateCredentials
146 .It HashKnownHosts
147 .It Host
148 .It HostbasedAuthentication
149 .It HostKeyAlgorithms
150 .It HostKeyAlias
151 .It HostName
152 .It IdentityFile
153 .It IdentitiesOnly
154 .It IPQoS
155 .It KbdInteractiveDevices
156 .It KexAlgorithms
157 .It LogLevel
158 .It MACs
159 .It NoHostAuthenticationForLocalhost
160 .It NumberOfPasswordPrompts
161 .It PasswordAuthentication
162 .It PKCS11Provider
163 .It Port
164 .It PreferredAuthentications
165 .It Protocol
166 .It ProxyCommand
167 .It PubkeyAuthentication
168 .It RekeyLimit
169 .It RhostsRSAAuthentication
170 .It RSAAuthentication
171 .It SendEnv
172 .It ServerAliveInterval
173 .It ServerAliveCountMax
174 .It StrictHostKeyChecking
175 .It TCPKeepAlive
176 .It UsePrivilegedPort
177 .It User
178 .It UserKnownHostsFile
179 .It VerifyHostKeyDNS
180 .El
181 .It Fl P Ar port
182 Specifies the port to connect to on the remote host.
183 Note that this option is written with a capital
184 .Sq P ,
185 because
186 .Fl p
187 is already reserved for preserving the times and modes of the file in
188 .Xr rcp 1 .
189 .It Fl p
190 Preserves modification times, access times, and modes from the
191 original file.
192 .It Fl q
193 Quiet mode: disables the progress meter as well as warning and diagnostic
194 messages from
195 .Xr ssh 1 .
196 .It Fl r
197 Recursively copy entire directories.
198 Note that
199 .Nm
200 follows symbolic links encountered in the tree traversal.
201 .It Fl S Ar program
202 Name of
203 .Ar program
204 to use for the encrypted connection.
205 The program must understand
206 .Xr ssh 1
207 options.
208 .It Fl v
209 Verbose mode.
210 Causes
211 .Nm
212 and
213 .Xr ssh 1
214 to print debugging messages about their progress.
215 This is helpful in
216 debugging connection, authentication, and configuration problems.
217 .El
218 .Sh EXIT STATUS
219 .Ex -std scp
220 .Sh SEE ALSO
221 .Xr rcp 1 ,
222 .Xr sftp 1 ,
223 .Xr ssh 1 ,
224 .Xr ssh-add 1 ,
225 .Xr ssh-agent 1 ,
226 .Xr ssh-keygen 1 ,
227 .Xr ssh_config 5 ,
228 .Xr sshd 8
229 .Sh HISTORY
230 .Nm
231 is based on the
232 .Xr rcp 1
233 program in BSD source code from the Regents of the University of
234 California.
235 .Sh AUTHORS
236 .An Timo Rinne Aq tri@iki.fi
237 .An Tatu Ylonen Aq ylo@cs.hut.fi