Deleted Added
full compact
scp.0 (180741) scp.0 (180744)
1SCP(1) OpenBSD Reference Manual SCP(1)
2
3NAME
4 scp - secure copy (remote file copy program)
5
6SYNOPSIS
7 scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
8 [-l limit] [-o ssh_option] [-P port] [-S program]
1SCP(1) OpenBSD Reference Manual SCP(1)
2
3NAME
4 scp - secure copy (remote file copy program)
5
6SYNOPSIS
7 scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
8 [-l limit] [-o ssh_option] [-P port] [-S program]
9 [[user@]host1:]file1 [...] [[user@]host2:]file2
9 [[user@]host1:]file1 ... [[user@]host2:]file2
10
11DESCRIPTION
12 scp copies files between hosts on a network. It uses ssh(1) for data
13 transfer, and uses the same authentication and provides the same security
14 as ssh(1). Unlike rcp(1), scp will ask for passwords or passphrases if
15 they are needed for authentication.
16
17 Any file name may contain a host and user specification to indicate that

--- 118 unchanged lines hidden (view full) ---

136HISTORY
137 scp is based on the rcp(1) program in BSD source code from the Regents of
138 the University of California.
139
140AUTHORS
141 Timo Rinne <tri@iki.fi>
142 Tatu Ylonen <ylo@cs.hut.fi>
143
10
11DESCRIPTION
12 scp copies files between hosts on a network. It uses ssh(1) for data
13 transfer, and uses the same authentication and provides the same security
14 as ssh(1). Unlike rcp(1), scp will ask for passwords or passphrases if
15 they are needed for authentication.
16
17 Any file name may contain a host and user specification to indicate that

--- 118 unchanged lines hidden (view full) ---

136HISTORY
137 scp is based on the rcp(1) program in BSD source code from the Regents of
138 the University of California.
139
140AUTHORS
141 Timo Rinne <tri@iki.fi>
142 Tatu Ylonen <ylo@cs.hut.fi>
143
144OpenBSD 4.1 September 25, 1999 3
144OpenBSD 4.2 August 8, 2007 3