summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-21 01:02:39 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-21 01:02:39 +0000
commit3072aae53a6dd2543d867f26e771eefb87f3adbd (patch)
treece95a637e701fce2c747ac772c03bd41e1a9918e
parentba8e0dd7a075bd929b03015c719c06c4af41e602 (diff)
- stevesk@cvs.openbsd.org 2002/06/20 20:00:05
[scp.1 sftp.1] ssh_config(5)
-rw-r--r--scp.19
-rw-r--r--sftp.19
2 files changed, 10 insertions, 8 deletions
diff --git a/scp.1 b/scp.1
index 69125c1ff..c0caff4cc 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.21 2002/01/29 23:50:37 markus Exp $ 12.\" $OpenBSD: scp.1,v 1.22 2002/06/20 20:00:05 stevesk Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SCP 1 15.Dt SCP 1
@@ -117,9 +117,9 @@ options.
117.It Fl o Ar ssh_option 117.It Fl o Ar ssh_option
118Can be used to pass options to 118Can be used to pass options to
119.Nm ssh 119.Nm ssh
120in the format used in the 120in the format used in
121.Xr ssh 1 121.Xr ssh_config 5 .
122configuration file. This is useful for specifying options 122This is useful for specifying options
123for which there is no separate 123for which there is no separate
124.Nm scp 124.Nm scp
125command-line flag. For example, forcing the use of protocol 125command-line flag. For example, forcing the use of protocol
@@ -152,4 +152,5 @@ California.
152.Xr ssh-add 1 , 152.Xr ssh-add 1 ,
153.Xr ssh-agent 1 , 153.Xr ssh-agent 1 ,
154.Xr ssh-keygen 1 , 154.Xr ssh-keygen 1 ,
155.Xr ssh_config 5
155.Xr sshd 8 156.Xr sshd 8
diff --git a/sftp.1 b/sftp.1
index 0f2212cb8..0e6d741a9 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.34 2002/06/19 00:27:55 deraadt Exp $ 1.\" $OpenBSD: sftp.1,v 1.35 2002/06/20 20:00:05 stevesk Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -83,9 +83,9 @@ and
83.It Fl o Ar ssh_option 83.It Fl o Ar ssh_option
84Can be used to pass options to 84Can be used to pass options to
85.Nm ssh 85.Nm ssh
86in the format used in the 86in the format used in
87.Xr ssh 1 87.Xr ssh_config 5 .
88configuration file. This is useful for specifying options 88This is useful for specifying options
89for which there is no separate 89for which there is no separate
90.Nm sftp 90.Nm sftp
91command-line flag. For example, to specify an alternate 91command-line flag. For example, to specify an alternate
@@ -263,6 +263,7 @@ Damien Miller <djm@mindrot.org>
263.Xr ssh 1 , 263.Xr ssh 1 ,
264.Xr ssh-add 1 , 264.Xr ssh-add 1 ,
265.Xr ssh-keygen 1 , 265.Xr ssh-keygen 1 ,
266.Xr ssh_config 5 ,
266.Xr sftp-server 8 , 267.Xr sftp-server 8 ,
267.Xr sshd 8 268.Xr sshd 8
268.Rs 269.Rs