summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-15 23:25:46 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-15 23:25:46 +0000
commit14c62eb2beb36b2898187b89e6c5058f8942a693 (patch)
tree48505f5ac47e855897396daa729db4f145874fe4 /scp.1
parent59e1249d67cea9e4fe571869750625b93c99a62b (diff)
- stevesk@cvs.openbsd.org 2001/08/14 17:54:29
[scp.1 sftp.1 ssh.1] consistent documentation and example of ``-o ssh_option'' for sftp and scp; document keyword=argument for ssh.
Diffstat (limited to 'scp.1')
-rw-r--r--scp.122
1 files changed, 13 insertions, 9 deletions
diff --git a/scp.1 b/scp.1
index 395ffdf88..10bd85cad 100644
--- a/scp.1
+++ b/scp.1
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo 10.\" Created: Sun May 7 00:14:37 1995 ylo
11.\" 11.\"
12.\" $OpenBSD: scp.1,v 1.16 2001/08/08 07:16:58 deraadt Exp $ 12.\" $OpenBSD: scp.1,v 1.17 2001/08/14 17:54:29 stevesk Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SCP 1 15.Dt SCP 1
@@ -24,7 +24,7 @@
24.Op Fl P Ar port 24.Op Fl P Ar port
25.Op Fl c Ar cipher 25.Op Fl c Ar cipher
26.Op Fl i Ar identity_file 26.Op Fl i Ar identity_file
27.Op Fl o Ar option 27.Op Fl o Ar ssh_option
28.Sm off 28.Sm off
29.Oo 29.Oo
30.Op Ar user@ 30.Op Ar user@
@@ -107,13 +107,17 @@ to use for the encrypted connection.
107The program must understand 107The program must understand
108.Xr ssh 1 108.Xr ssh 1
109options. 109options.
110.It Fl o Ar option 110.It Fl o Ar ssh_option
111Can be used to give options in the format used in the config file. 111Can be used to pass options to
112These options are passed directly to 112.Nm ssh
113.Xr ssh 1 , 113in the format used in the
114for instance 114.Xr ssh 1
115.Fl o "Protocol=1" 115configuration file. This is useful for specifying options
116would force protocol 1. 116for which there is no separate
117.Nm scp
118command-line flag. For example, to force the use of protocol
119version 1 you may specify
120.Ic scp -oProtocol=1 .
117.It Fl 4 121.It Fl 4
118Forces 122Forces
119.Nm 123.Nm