diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2016-07-16 08:57:55 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-07-17 06:21:09 +0200 |
commit | e4eb7d910976fbfc7ce3e90c95c11b07b483d0d7 (patch) | |
tree | aced1eb02b610a9830d6fc8ea188fb9ef2feb39b /sftp.1 | |
parent | upstream commit (diff) | |
download | openssh-e4eb7d910976fbfc7ce3e90c95c11b07b483d0d7.tar.xz openssh-e4eb7d910976fbfc7ce3e90c95c11b07b483d0d7.zip |
upstream commit
- add proxyjump to the options list - formatting fixes -
update usage()
ok djm
Upstream-ID: 43d318e14ce677a2eec8f21ef5ba2f9f68a59457
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.104 2016/06/29 17:14:28 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.105 2016/07/16 06:57:55 jmc 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: June 29 2016 $ +.Dd $Mdocdate: July 16 2016 $ .Dt SFTP 1 .Os .Sh NAME @@ -237,6 +237,7 @@ For full details of the options listed below, and their possible values, see .It PreferredAuthentications .It Protocol .It ProxyCommand +.It ProxyJump .It PubkeyAuthentication .It RekeyLimit .It RhostsRSAAuthentication |