blob: 0e84780e0e5b217f36f6fc73f169a8d723f4ecd2 [file] [log] [blame]
Damien Miller32aa1441999-10-29 09:15:49 +10001.\"
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.\"
djm@openbsd.org46347ed2015-01-30 11:43:14 +000011.\" $OpenBSD: scp.1,v 1.66 2015/01/30 11:43:14 djm Exp $
Damien Miller32aa1441999-10-29 09:15:49 +100012.\"
djm@openbsd.org46347ed2015-01-30 11:43:14 +000013.Dd $Mdocdate: January 30 2015 $
Damien Miller32aa1441999-10-29 09:15:49 +100014.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
Damien Miller495dca32003-04-01 21:42:14 +100021.Bk -words
Damien Millerf1211432011-01-06 22:40:30 +110022.Op Fl 12346BCpqrv
Damien Miller32aa1441999-10-29 09:15:49 +100023.Op Fl c Ar cipher
Darren Tucker1f203942003-10-15 15:50:42 +100024.Op Fl F Ar ssh_config
Damien Miller32aa1441999-10-29 09:15:49 +100025.Op Fl i Ar identity_file
Damien Miller8ee66a22003-02-24 11:50:50 +110026.Op Fl l Ar limit
Ben Lindstrom14c62eb2001-08-15 23:25:46 +000027.Op Fl o Ar ssh_option
Darren Tucker1f203942003-10-15 15:50:42 +100028.Op Fl P Ar port
29.Op Fl S Ar program
Damien Miller32aa1441999-10-29 09:15:49 +100030.Sm off
31.Oo
Darren Tucker1f203942003-10-15 15:50:42 +100032.Op Ar user No @
schwarze@openbsd.org369d61f2015-01-16 16:20:23 +000033.Ar host1 :
Damien Millere0296732011-09-22 21:34:56 +100034.Oc Ar file1
Damien Miller32aa1441999-10-29 09:15:49 +100035.Sm on
Damien Miller647d97b2007-08-08 14:29:58 +100036.Ar ...
Damien Miller32aa1441999-10-29 09:15:49 +100037.Sm off
38.Oo
Darren Tucker1f203942003-10-15 15:50:42 +100039.Op Ar user No @
schwarze@openbsd.org369d61f2015-01-16 16:20:23 +000040.Ar host2 :
Damien Miller32aa1441999-10-29 09:15:49 +100041.Oc Ar file2
42.Sm on
Damien Miller495dca32003-04-01 21:42:14 +100043.Ek
Damien Miller22c77262000-04-13 12:26:34 +100044.Sh DESCRIPTION
Damien Miller32aa1441999-10-29 09:15:49 +100045.Nm
Damien Miller450a7a12000-03-26 13:04:51 +100046copies files between hosts on a network.
47It uses
Damien Miller32aa1441999-10-29 09:15:49 +100048.Xr ssh 1
49for data transfer, and uses the same authentication and provides the
50same security as
51.Xr ssh 1 .
Damien Miller32aa1441999-10-29 09:15:49 +100052.Nm
53will ask for passwords or passphrases if they are needed for
54authentication.
55.Pp
Damien Millerb508faa2008-02-10 22:28:45 +110056File names may contain a user and host specification to indicate
Damien Miller450a7a12000-03-26 13:04:51 +100057that the file is to be copied to/from that host.
Damien Millerb508faa2008-02-10 22:28:45 +110058Local file names can be made explicit using absolute or relative pathnames
59to avoid
60.Nm
61treating file names containing
62.Sq :\&
63as host specifiers.
64Copies between two remote hosts are also permitted.
Damien Miller32aa1441999-10-29 09:15:49 +100065.Pp
66The options are as follows:
67.Bl -tag -width Ds
Damien Miller8e121472003-01-24 11:37:38 +110068.It Fl 1
69Forces
70.Nm
71to use protocol 1.
72.It Fl 2
73Forces
74.Nm
75to use protocol 2.
Damien Millerf1211432011-01-06 22:40:30 +110076.It Fl 3
77Copies between two remote hosts are transferred through the local host.
78Without this option the data is copied directly between the two remote
79hosts.
Damien Miller907998d2011-01-06 22:41:21 +110080Note that this option disables the progress meter.
Damien Miller34132e52000-01-14 15:45:46 +110081.It Fl 4
82Forces
83.Nm
84to use IPv4 addresses only.
85.It Fl 6
86Forces
87.Nm
88to use IPv6 addresses only.
Darren Tucker1f203942003-10-15 15:50:42 +100089.It Fl B
90Selects batch mode (prevents asking for passwords or passphrases).
91.It Fl C
92Compression enable.
93Passes the
94.Fl C
95flag to
96.Xr ssh 1
97to enable compression.
98.It Fl c Ar cipher
99Selects the cipher to use for encrypting the data transfer.
100This option is directly passed to
101.Xr ssh 1 .
102.It Fl F Ar ssh_config
103Specifies an alternative
104per-user configuration file for
105.Nm ssh .
106This option is directly passed to
107.Xr ssh 1 .
108.It Fl i Ar identity_file
Damien Millera034baf2008-07-12 17:12:49 +1000109Selects the file from which the identity (private key) for public key
Darren Tucker1f203942003-10-15 15:50:42 +1000110authentication is read.
111This option is directly passed to
112.Xr ssh 1 .
113.It Fl l Ar limit
114Limits the used bandwidth, specified in Kbit/s.
115.It Fl o Ar ssh_option
116Can be used to pass options to
117.Nm ssh
118in the format used in
119.Xr ssh_config 5 .
120This is useful for specifying options
121for which there is no separate
122.Nm scp
123command-line flag.
124For full details of the options listed below, and their possible values, see
125.Xr ssh_config 5 .
126.Pp
127.Bl -tag -width Ds -offset indent -compact
128.It AddressFamily
129.It BatchMode
130.It BindAddress
Damien Millerc0049bd2013-10-23 16:29:59 +1100131.It CanonicalDomains
132.It CanonicalizeFallbackLocal
133.It CanonicalizeHostname
134.It CanonicalizeMaxDots
135.It CanonicalizePermittedCNAMEs
Darren Tucker1f203942003-10-15 15:50:42 +1000136.It ChallengeResponseAuthentication
137.It CheckHostIP
138.It Cipher
139.It Ciphers
Darren Tucker1f203942003-10-15 15:50:42 +1000140.It Compression
141.It CompressionLevel
142.It ConnectionAttempts
Darren Tuckerc0796d72004-05-03 09:19:03 +1000143.It ConnectTimeout
Damien Miller0e220db2004-06-15 10:34:08 +1000144.It ControlMaster
145.It ControlPath
Damien Millere5777722011-09-22 21:34:15 +1000146.It ControlPersist
Darren Tucker1f203942003-10-15 15:50:42 +1000147.It GlobalKnownHostsFile
148.It GSSAPIAuthentication
149.It GSSAPIDelegateCredentials
Damien Miller27e9c512005-03-02 12:04:16 +1100150.It HashKnownHosts
Darren Tucker1f203942003-10-15 15:50:42 +1000151.It Host
152.It HostbasedAuthentication
djm@openbsd.org46347ed2015-01-30 11:43:14 +0000153.It HostbasedKeyTypes
Darren Tucker1f203942003-10-15 15:50:42 +1000154.It HostKeyAlgorithms
155.It HostKeyAlias
156.It HostName
157.It IdentityFile
Damien Millerbd394c32004-03-08 23:12:36 +1100158.It IdentitiesOnly
Damien Miller0a184732010-11-20 15:21:03 +1100159.It IPQoS
Damien Millere5777722011-09-22 21:34:15 +1000160.It KbdInteractiveAuthentication
Darren Tucker636ca902004-11-05 20:22:00 +1100161.It KbdInteractiveDevices
Damien Miller2beb32f2010-09-24 22:16:03 +1000162.It KexAlgorithms
Darren Tucker1f203942003-10-15 15:50:42 +1000163.It LogLevel
164.It MACs
165.It NoHostAuthenticationForLocalhost
166.It NumberOfPasswordPrompts
167.It PasswordAuthentication
Damien Miller7ea845e2010-02-12 09:21:02 +1100168.It PKCS11Provider
Darren Tucker1f203942003-10-15 15:50:42 +1000169.It Port
170.It PreferredAuthentications
171.It Protocol
172.It ProxyCommand
173.It PubkeyAuthentication
Darren Tucker62388b22006-01-20 11:31:47 +1100174.It RekeyLimit
Darren Tucker1f203942003-10-15 15:50:42 +1000175.It RhostsRSAAuthentication
176.It RSAAuthentication
Darren Tucker2e578f62004-05-13 13:03:04 +1000177.It SendEnv
Damien Miller509b0102003-12-17 16:33:10 +1100178.It ServerAliveInterval
179.It ServerAliveCountMax
Darren Tucker1f203942003-10-15 15:50:42 +1000180.It StrictHostKeyChecking
Damien Miller12c150e2003-12-17 16:31:10 +1100181.It TCPKeepAlive
djm@openbsd.org1d1092b2015-01-26 12:16:36 +0000182.It UpdateHostKeys
jmc@openbsd.org9f7637f2015-01-26 13:55:29 +0000183.It UsePrivilegedPort
Darren Tucker1f203942003-10-15 15:50:42 +1000184.It User
185.It UserKnownHostsFile
186.It VerifyHostKeyDNS
Darren Tucker1f203942003-10-15 15:50:42 +1000187.El
188.It Fl P Ar port
189Specifies the port to connect to on the remote host.
190Note that this option is written with a capital
191.Sq P ,
192because
193.Fl p
Damien Miller6e1777f2014-04-20 13:02:58 +1000194is already reserved for preserving the times and modes of the file.
Darren Tucker1f203942003-10-15 15:50:42 +1000195.It Fl p
196Preserves modification times, access times, and modes from the
197original file.
198.It Fl q
Damien Miller4cd24c72008-02-10 22:22:29 +1100199Quiet mode: disables the progress meter as well as warning and diagnostic
200messages from
201.Xr ssh 1 .
Darren Tucker1f203942003-10-15 15:50:42 +1000202.It Fl r
203Recursively copy entire directories.
Damien Millerc7ce0da2008-06-16 07:55:06 +1000204Note that
205.Nm
206follows symbolic links encountered in the tree traversal.
Darren Tucker1f203942003-10-15 15:50:42 +1000207.It Fl S Ar program
208Name of
209.Ar program
210to use for the encrypted connection.
211The program must understand
212.Xr ssh 1
213options.
214.It Fl v
215Verbose mode.
216Causes
217.Nm
218and
219.Xr ssh 1
220to print debugging messages about their progress.
221This is helpful in
222debugging connection, authentication, and configuration problems.
Damien Miller37023962000-07-11 17:31:38 +1000223.El
Damien Miller390f1532010-09-10 11:17:54 +1000224.Sh EXIT STATUS
Damien Miller22d47ab2006-07-24 14:04:36 +1000225.Ex -std scp
Damien Miller32aa1441999-10-29 09:15:49 +1000226.Sh SEE ALSO
Damien Miller33804262001-02-04 23:20:18 +1100227.Xr sftp 1 ,
Damien Miller32aa1441999-10-29 09:15:49 +1000228.Xr ssh 1 ,
229.Xr ssh-add 1 ,
230.Xr ssh-agent 1 ,
231.Xr ssh-keygen 1 ,
Ben Lindstromc06bf702002-06-23 00:34:37 +0000232.Xr ssh_config 5 ,
Damien Miller32aa1441999-10-29 09:15:49 +1000233.Xr sshd 8
Damien Millerf1ce5052003-06-11 22:04:39 +1000234.Sh HISTORY
235.Nm
Damien Miller6e1777f2014-04-20 13:02:58 +1000236is based on the rcp program in
Damien Millerb7727df2013-08-21 02:43:49 +1000237.Bx
238source code from the Regents of the University of California.
Damien Millerf1ce5052003-06-11 22:04:39 +1000239.Sh AUTHORS
Damien Millerbf836e52013-07-18 16:14:13 +1000240.An Timo Rinne Aq Mt tri@iki.fi
241.An Tatu Ylonen Aq Mt ylo@cs.hut.fi