diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-05-02 14:06:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-05-02 14:06:38 +0000 |
commit | 3ac0bd3790d9e8337513e144097b6a2602ec43d5 (patch) | |
tree | 583776beecb53a3f651916174fb05ea58249042a /usr.bin/ssh/sftp.1 | |
parent | 0cb34023e45f761e22ba8e4dca6420585adbcc17 (diff) |
add PubKeyAcceptedKeyTypes to the -o list: scp(1) has it, so i guess
this should too;
Diffstat (limited to 'usr.bin/ssh/sftp.1')
-rw-r--r-- | usr.bin/ssh/sftp.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index ec9d6ff67a6..fc5e005034d 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.107 2017/05/02 13:44:51 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.108 2017/05/02 14:06:37 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -230,6 +230,7 @@ For full details of the options listed below, and their possible values, see .It PreferredAuthentications .It ProxyCommand .It ProxyJump +.It PubkeyAcceptedKeyTypes .It PubkeyAuthentication .It RekeyLimit .It SendEnv |