diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-23 13:36:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-23 13:36:47 +0000 |
commit | 7220b65bf7241f5d37425a848327e4e14be63387 (patch) | |
tree | 43489644b5c247d46c463eac51958d3e0ffcf51d /usr.bin | |
parent | f824b33ee2bfbb04fb54714695c027ed70ffa09b (diff) |
add KexAlgorithms to the -o list;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/scp.1 | 5 | ||||
-rw-r--r-- | usr.bin/ssh/sftp.1 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 82da30f4fc1..13a43f6b463 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -9,9 +9,9 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.51 2010/09/03 11:09:29 jmc Exp $ +.\" $OpenBSD: scp.1,v 1.52 2010/09/23 13:36:46 jmc Exp $ .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: September 23 2010 $ .Dt SCP 1 .Os .Sh NAME @@ -148,6 +148,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 diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index b2a19b72d5b..0d253cc8f7d 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -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 |