diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-10-15 07:59:26 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-10-15 07:59:26 +0200 |
commit | b370ca9313b02581a5afff20d7555a34cf1f662d (patch) | |
tree | 697988b0765a4e11905db3e5bb31744287ee5a4d /sftp.1 | |
parent | - jmc@cvs.openbsd.org 2003/10/12 13:12:13 (diff) | |
download | openssh-b370ca9313b02581a5afff20d7555a34cf1f662d.tar.xz openssh-b370ca9313b02581a5afff20d7555a34cf1f662d.zip |
- markus@cvs.openbsd.org 2003/10/13 08:22:25
[scp.1 sftp.1]
don't refer to options related to forwarding; ok jmc@
Diffstat (limited to '')
-rw-r--r-- | sftp.1 | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.46 2003/10/08 08:27:36 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.47 2003/10/13 08:22:25 markus Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -145,16 +145,10 @@ For full details of the options listed below, and their possible values, see .It CheckHostIP .It Cipher .It Ciphers -.It ClearAllForwardings .It Compression .It CompressionLevel .It ConnectionAttempts .It ConnectionTimeout -.It DynamicForward -.It EscapeChar -.It ForwardAgent -.It ForwardX11 -.It GatewayPorts .It GlobalKnownHostsFile .It GSSAPIAuthentication .It GSSAPIDelegateCredentials @@ -165,7 +159,6 @@ For full details of the options listed below, and their possible values, see .It HostName .It IdentityFile .It KeepAlive -.It LocalForward .It LogLevel .It MACs .It NoHostAuthenticationForLocalhost @@ -176,7 +169,6 @@ For full details of the options listed below, and their possible values, see .It Protocol .It ProxyCommand .It PubkeyAuthentication -.It RemoteForward .It RhostsRSAAuthentication .It RSAAuthentication .It SmartcardDevice @@ -185,7 +177,6 @@ For full details of the options listed below, and their possible values, see .It User .It UserKnownHostsFile .It VerifyHostKeyDNS -.It XAuthLocation .El .It Fl P Ar sftp_server_path Connect directly to a local sftp server |