diff options
-rw-r--r-- | scp.1 | 9 | ||||
-rw-r--r-- | sftp.1 | 9 |
2 files changed, 10 insertions, 8 deletions
@@ -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 |
118 | Can be used to pass options to | 118 | Can be used to pass options to |
119 | .Nm ssh | 119 | .Nm ssh |
120 | in the format used in the | 120 | in the format used in |
121 | .Xr ssh 1 | 121 | .Xr ssh_config 5 . |
122 | configuration file. This is useful for specifying options | 122 | This is useful for specifying options |
123 | for which there is no separate | 123 | for which there is no separate |
124 | .Nm scp | 124 | .Nm scp |
125 | command-line flag. For example, forcing the use of protocol | 125 | command-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 |
@@ -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 |
84 | Can be used to pass options to | 84 | Can be used to pass options to |
85 | .Nm ssh | 85 | .Nm ssh |
86 | in the format used in the | 86 | in the format used in |
87 | .Xr ssh 1 | 87 | .Xr ssh_config 5 . |
88 | configuration file. This is useful for specifying options | 88 | This is useful for specifying options |
89 | for which there is no separate | 89 | for which there is no separate |
90 | .Nm sftp | 90 | .Nm sftp |
91 | command-line flag. For example, to specify an alternate | 91 | command-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 |