diff options
author | Damien Miller <djm@mindrot.org> | 2011-09-22 13:34:15 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-09-22 13:34:15 +0200 |
commit | e577772a89ba6ba37b3f9bbfebcc037c3711c138 (patch) | |
tree | 40185b3f399cede24275359260ea110228b6833b /sftp.1 | |
parent | - djm@cvs.openbsd.org 2011/08/26 01:45:15 (diff) | |
download | openssh-e577772a89ba6ba37b3f9bbfebcc037c3711c138.tar.xz openssh-e577772a89ba6ba37b3f9bbfebcc037c3711c138.zip |
- 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 '')
-rw-r--r-- | sftp.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.90 2011/08/07 12:55:30 dtucker Exp $ +.\" $OpenBSD: sftp.1,v 1.91 2011/09/05 05:56:13 djm Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 7 2011 $ +.Dd $Mdocdate: September 5 2011 $ .Dt SFTP 1 .Os .Sh NAME @@ -194,6 +194,7 @@ For full details of the options listed below, and their possible values, see .It ConnectTimeout .It ControlMaster .It ControlPath +.It ControlPersist .It GlobalKnownHostsFile .It GSSAPIAuthentication .It GSSAPIDelegateCredentials @@ -206,6 +207,7 @@ For full details of the options listed below, and their possible values, see .It IdentityFile .It IdentitiesOnly .It IPQoS +.It KbdInteractiveAuthentication .It KbdInteractiveDevices .It KexAlgorithms .It LogLevel |