diff options
author | Damien Miller <djm@mindrot.org> | 2011-09-22 21:34:15 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-09-22 21:34:15 +1000 |
commit | e577772a89ba6ba37b3f9bbfebcc037c3711c138 (patch) | |
tree | 40185b3f399cede24275359260ea110228b6833b /sftp.1 | |
parent | efad7275170c877e5ccb442b6eb99c7d3675622a (diff) |
- djm@cvs.openbsd.org 2011/09/05 05:56:13
[scp.1 sftp.1]
mention ControlPersist and KbdInteractiveAuthentication in the -o
verbiage in these pages too (prompted by jmc@)
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.90 2011/08/07 12:55:30 dtucker Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.91 2011/09/05 05:56:13 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. | 3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -22,7 +22,7 @@ | |||
22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | .\" | 24 | .\" |
25 | .Dd $Mdocdate: August 7 2011 $ | 25 | .Dd $Mdocdate: September 5 2011 $ |
26 | .Dt SFTP 1 | 26 | .Dt SFTP 1 |
27 | .Os | 27 | .Os |
28 | .Sh NAME | 28 | .Sh NAME |
@@ -194,6 +194,7 @@ For full details of the options listed below, and their possible values, see | |||
194 | .It ConnectTimeout | 194 | .It ConnectTimeout |
195 | .It ControlMaster | 195 | .It ControlMaster |
196 | .It ControlPath | 196 | .It ControlPath |
197 | .It ControlPersist | ||
197 | .It GlobalKnownHostsFile | 198 | .It GlobalKnownHostsFile |
198 | .It GSSAPIAuthentication | 199 | .It GSSAPIAuthentication |
199 | .It GSSAPIDelegateCredentials | 200 | .It GSSAPIDelegateCredentials |
@@ -206,6 +207,7 @@ For full details of the options listed below, and their possible values, see | |||
206 | .It IdentityFile | 207 | .It IdentityFile |
207 | .It IdentitiesOnly | 208 | .It IdentitiesOnly |
208 | .It IPQoS | 209 | .It IPQoS |
210 | .It KbdInteractiveAuthentication | ||
209 | .It KbdInteractiveDevices | 211 | .It KbdInteractiveDevices |
210 | .It KexAlgorithms | 212 | .It KexAlgorithms |
211 | .It LogLevel | 213 | .It LogLevel |