diff options
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |