Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 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 | .\" |
Damien Miller | e029673 | 2011-09-22 21:34:56 +1000 | [diff] [blame] | 11 | .\" $OpenBSD: scp.1,v 1.58 2011/09/05 07:01:44 jmc Exp $ |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 12 | .\" |
Damien Miller | e577772 | 2011-09-22 21:34:15 +1000 | [diff] [blame] | 13 | .Dd $Mdocdate: September 5 2011 $ |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 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 |
Damien Miller | 495dca3 | 2003-04-01 21:42:14 +1000 | [diff] [blame] | 21 | .Bk -words |
Damien Miller | f121143 | 2011-01-06 22:40:30 +1100 | [diff] [blame] | 22 | .Op Fl 12346BCpqrv |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 23 | .Op Fl c Ar cipher |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 24 | .Op Fl F Ar ssh_config |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 25 | .Op Fl i Ar identity_file |
Damien Miller | 8ee66a2 | 2003-02-24 11:50:50 +1100 | [diff] [blame] | 26 | .Op Fl l Ar limit |
Ben Lindstrom | 14c62eb | 2001-08-15 23:25:46 +0000 | [diff] [blame] | 27 | .Op Fl o Ar ssh_option |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 28 | .Op Fl P Ar port |
| 29 | .Op Fl S Ar program |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 30 | .Sm off |
| 31 | .Oo |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 32 | .Op Ar user No @ |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 33 | .Ar host1 No : |
Damien Miller | e029673 | 2011-09-22 21:34:56 +1000 | [diff] [blame] | 34 | .Oc Ar file1 |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 35 | .Sm on |
Damien Miller | 647d97b | 2007-08-08 14:29:58 +1000 | [diff] [blame] | 36 | .Ar ... |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 37 | .Sm off |
| 38 | .Oo |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 39 | .Op Ar user No @ |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 40 | .Ar host2 No : |
| 41 | .Oc Ar file2 |
| 42 | .Sm on |
Damien Miller | 495dca3 | 2003-04-01 21:42:14 +1000 | [diff] [blame] | 43 | .Ek |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 44 | .Sh DESCRIPTION |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 45 | .Nm |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 46 | copies files between hosts on a network. |
| 47 | It uses |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 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 |
Damien Miller | b508faa | 2008-02-10 22:28:45 +1100 | [diff] [blame] | 58 | File names may contain a user and host specification to indicate |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 59 | that the file is to be copied to/from that host. |
Damien Miller | b508faa | 2008-02-10 22:28:45 +1100 | [diff] [blame] | 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. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 67 | .Pp |
| 68 | The options are as follows: |
| 69 | .Bl -tag -width Ds |
Damien Miller | 8e12147 | 2003-01-24 11:37:38 +1100 | [diff] [blame] | 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. |
Damien Miller | f121143 | 2011-01-06 22:40:30 +1100 | [diff] [blame] | 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. |
Damien Miller | 907998d | 2011-01-06 22:41:21 +1100 | [diff] [blame] | 82 | Note that this option disables the progress meter. |
Damien Miller | 34132e5 | 2000-01-14 15:45:46 +1100 | [diff] [blame] | 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. |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 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 |
Damien Miller | a034baf | 2008-07-12 17:12:49 +1000 | [diff] [blame] | 111 | Selects the file from which the identity (private key) for public key |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 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 |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 137 | .It Compression |
| 138 | .It CompressionLevel |
| 139 | .It ConnectionAttempts |
Darren Tucker | c0796d7 | 2004-05-03 09:19:03 +1000 | [diff] [blame] | 140 | .It ConnectTimeout |
Damien Miller | 0e220db | 2004-06-15 10:34:08 +1000 | [diff] [blame] | 141 | .It ControlMaster |
| 142 | .It ControlPath |
Damien Miller | e577772 | 2011-09-22 21:34:15 +1000 | [diff] [blame] | 143 | .It ControlPersist |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 144 | .It GlobalKnownHostsFile |
| 145 | .It GSSAPIAuthentication |
| 146 | .It GSSAPIDelegateCredentials |
Damien Miller | 27e9c51 | 2005-03-02 12:04:16 +1100 | [diff] [blame] | 147 | .It HashKnownHosts |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 148 | .It Host |
| 149 | .It HostbasedAuthentication |
| 150 | .It HostKeyAlgorithms |
| 151 | .It HostKeyAlias |
| 152 | .It HostName |
| 153 | .It IdentityFile |
Damien Miller | bd394c3 | 2004-03-08 23:12:36 +1100 | [diff] [blame] | 154 | .It IdentitiesOnly |
Damien Miller | 0a18473 | 2010-11-20 15:21:03 +1100 | [diff] [blame] | 155 | .It IPQoS |
Damien Miller | e577772 | 2011-09-22 21:34:15 +1000 | [diff] [blame] | 156 | .It KbdInteractiveAuthentication |
Darren Tucker | 636ca90 | 2004-11-05 20:22:00 +1100 | [diff] [blame] | 157 | .It KbdInteractiveDevices |
Damien Miller | 2beb32f | 2010-09-24 22:16:03 +1000 | [diff] [blame] | 158 | .It KexAlgorithms |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 159 | .It LogLevel |
| 160 | .It MACs |
| 161 | .It NoHostAuthenticationForLocalhost |
| 162 | .It NumberOfPasswordPrompts |
| 163 | .It PasswordAuthentication |
Damien Miller | 7ea845e | 2010-02-12 09:21:02 +1100 | [diff] [blame] | 164 | .It PKCS11Provider |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 165 | .It Port |
| 166 | .It PreferredAuthentications |
| 167 | .It Protocol |
| 168 | .It ProxyCommand |
| 169 | .It PubkeyAuthentication |
Darren Tucker | 62388b2 | 2006-01-20 11:31:47 +1100 | [diff] [blame] | 170 | .It RekeyLimit |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 171 | .It RhostsRSAAuthentication |
| 172 | .It RSAAuthentication |
Darren Tucker | 2e578f6 | 2004-05-13 13:03:04 +1000 | [diff] [blame] | 173 | .It SendEnv |
Damien Miller | 509b010 | 2003-12-17 16:33:10 +1100 | [diff] [blame] | 174 | .It ServerAliveInterval |
| 175 | .It ServerAliveCountMax |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 176 | .It StrictHostKeyChecking |
Damien Miller | 12c150e | 2003-12-17 16:31:10 +1100 | [diff] [blame] | 177 | .It TCPKeepAlive |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 178 | .It UsePrivilegedPort |
| 179 | .It User |
| 180 | .It UserKnownHostsFile |
| 181 | .It VerifyHostKeyDNS |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 182 | .El |
| 183 | .It Fl P Ar port |
| 184 | Specifies the port to connect to on the remote host. |
| 185 | Note that this option is written with a capital |
| 186 | .Sq P , |
| 187 | because |
| 188 | .Fl p |
| 189 | is already reserved for preserving the times and modes of the file in |
| 190 | .Xr rcp 1 . |
| 191 | .It Fl p |
| 192 | Preserves modification times, access times, and modes from the |
| 193 | original file. |
| 194 | .It Fl q |
Damien Miller | 4cd24c7 | 2008-02-10 22:22:29 +1100 | [diff] [blame] | 195 | Quiet mode: disables the progress meter as well as warning and diagnostic |
| 196 | messages from |
| 197 | .Xr ssh 1 . |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 198 | .It Fl r |
| 199 | Recursively copy entire directories. |
Damien Miller | c7ce0da | 2008-06-16 07:55:06 +1000 | [diff] [blame] | 200 | Note that |
| 201 | .Nm |
| 202 | follows symbolic links encountered in the tree traversal. |
Darren Tucker | 1f20394 | 2003-10-15 15:50:42 +1000 | [diff] [blame] | 203 | .It Fl S Ar program |
| 204 | Name of |
| 205 | .Ar program |
| 206 | to use for the encrypted connection. |
| 207 | The program must understand |
| 208 | .Xr ssh 1 |
| 209 | options. |
| 210 | .It Fl v |
| 211 | Verbose mode. |
| 212 | Causes |
| 213 | .Nm |
| 214 | and |
| 215 | .Xr ssh 1 |
| 216 | to print debugging messages about their progress. |
| 217 | This is helpful in |
| 218 | debugging connection, authentication, and configuration problems. |
Damien Miller | 3702396 | 2000-07-11 17:31:38 +1000 | [diff] [blame] | 219 | .El |
Damien Miller | 390f153 | 2010-09-10 11:17:54 +1000 | [diff] [blame] | 220 | .Sh EXIT STATUS |
Damien Miller | 22d47ab | 2006-07-24 14:04:36 +1000 | [diff] [blame] | 221 | .Ex -std scp |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 222 | .Sh SEE ALSO |
| 223 | .Xr rcp 1 , |
Damien Miller | 3380426 | 2001-02-04 23:20:18 +1100 | [diff] [blame] | 224 | .Xr sftp 1 , |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 225 | .Xr ssh 1 , |
| 226 | .Xr ssh-add 1 , |
| 227 | .Xr ssh-agent 1 , |
| 228 | .Xr ssh-keygen 1 , |
Ben Lindstrom | c06bf70 | 2002-06-23 00:34:37 +0000 | [diff] [blame] | 229 | .Xr ssh_config 5 , |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 230 | .Xr sshd 8 |
Damien Miller | f1ce505 | 2003-06-11 22:04:39 +1000 | [diff] [blame] | 231 | .Sh HISTORY |
| 232 | .Nm |
| 233 | is based on the |
| 234 | .Xr rcp 1 |
| 235 | program in BSD source code from the Regents of the University of |
| 236 | California. |
| 237 | .Sh AUTHORS |
| 238 | .An Timo Rinne Aq tri@iki.fi |
Damien Miller | f1ce505 | 2003-06-11 22:04:39 +1000 | [diff] [blame] | 239 | .An Tatu Ylonen Aq ylo@cs.hut.fi |