Deleted Added
sdiff udiff text old ( 113908 ) new ( 124208 )
full compact
1.\" -*- nroff -*-
2.\"
3.\" scp.1
4.\"
5.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
6.\"
7.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
8.\" All rights reserved
9.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo
11.\"
12.\" $OpenBSD: scp.1,v 1.28 2003/06/10 09:12:11 jmc Exp $
13.\"
14.Dd September 25, 1999
15.Dt SCP 1
16.Os
17.Sh NAME
18.Nm scp
19.Nd secure copy (remote file copy program)
20.Sh SYNOPSIS

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

143.It Fl 6
144Forces
145.Nm
146to use IPv6 addresses only.
147.El
148.Sh DIAGNOSTICS
149.Nm
150exits with 0 on success or >0 if an error occurred.
151.Sh SEE ALSO
152.Xr rcp 1 ,
153.Xr sftp 1 ,
154.Xr ssh 1 ,
155.Xr ssh-add 1 ,
156.Xr ssh-agent 1 ,
157.Xr ssh-keygen 1 ,
158.Xr ssh_config 5 ,
159.Xr sshd 8
160.Sh HISTORY
161.Nm
162is based on the
163.Xr rcp 1
164program in BSD source code from the Regents of the University of
165California.
166.Sh AUTHORS
167.An Timo Rinne Aq tri@iki.fi
168and
169.An Tatu Ylonen Aq ylo@cs.hut.fi