Deleted Added
full compact
scp.1 (113908) scp.1 (124208)
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.\"
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.27 2003/03/28 10:11:43 jmc Exp $
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.
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 AUTHORS
152Timo Rinne <tri@iki.fi> and Tatu Ylonen <ylo@cs.hut.fi>
153.Sh HISTORY
154.Nm
155is based on the
156.Xr rcp 1
157program in BSD source code from the Regents of the University of
158California.
159.Sh SEE ALSO
160.Xr rcp 1 ,
161.Xr sftp 1 ,
162.Xr ssh 1 ,
163.Xr ssh-add 1 ,
164.Xr ssh-agent 1 ,
165.Xr ssh-keygen 1 ,
166.Xr ssh_config 5 ,
167.Xr sshd 8
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