diff options
author | Damien Miller <djm@mindrot.org> | 2010-09-24 14:16:03 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-09-24 14:16:03 +0200 |
commit | 2beb32f290390c4f7c2a86dd5d096475e3b76c5b (patch) | |
tree | dd98d3f29123f9d94dcd7047eccb443ecb87c39c /sftp.1 | |
parent | - jmc@cvs.openbsd.org 2010/09/23 13:34:43 (diff) | |
download | openssh-2beb32f290390c4f7c2a86dd5d096475e3b76c5b.tar.xz openssh-2beb32f290390c4f7c2a86dd5d096475e3b76c5b.zip |
- jmc@cvs.openbsd.org 2010/09/23 13:36:46
[scp.1 sftp.1]
add KexAlgorithms to the -o list;
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.85 2010/09/22 22:58:51 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.86 2010/09/23 13:36:46 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: September 22 2010 $ +.Dd $Mdocdate: September 23 2010 $ .Dt SFTP 1 .Os .Sh NAME @@ -202,6 +202,7 @@ For full details of the options listed below, and their possible values, see .It IdentityFile .It IdentitiesOnly .It KbdInteractiveDevices +.It KexAlgorithms .It LogLevel .It MACs .It NoHostAuthenticationForLocalhost |