- jmc@cvs.openbsd.org 2010/09/23 13:36:46

[scp.1 sftp.1]
     add KexAlgorithms to the -o list;
This commit is contained in:
Damien Miller 2010-09-24 22:16:03 +10:00
parent 56883e194f
commit 2beb32f290
3 changed files with 9 additions and 4 deletions

View File

@ -57,6 +57,9 @@
- jmc@cvs.openbsd.org 2010/09/23 13:34:43 - jmc@cvs.openbsd.org 2010/09/23 13:34:43
[sftp.c] [sftp.c]
add [-l limit] to usage(); add [-l limit] to usage();
- jmc@cvs.openbsd.org 2010/09/23 13:36:46
[scp.1 sftp.1]
add KexAlgorithms to the -o list;
20100910 20100910
- (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact - (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact

5
scp.1
View File

@ -9,9 +9,9 @@
.\" .\"
.\" Created: Sun May 7 00:14:37 1995 ylo .\" 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 .Dt SCP 1
.Os .Os
.Sh NAME .Sh NAME
@ -148,6 +148,7 @@ For full details of the options listed below, and their possible values, see
.It IdentityFile .It IdentityFile
.It IdentitiesOnly .It IdentitiesOnly
.It KbdInteractiveDevices .It KbdInteractiveDevices
.It KexAlgorithms
.It LogLevel .It LogLevel
.It MACs .It MACs
.It NoHostAuthenticationForLocalhost .It NoHostAuthenticationForLocalhost

5
sftp.1
View File

@ -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. .\" 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 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: September 22 2010 $ .Dd $Mdocdate: September 23 2010 $
.Dt SFTP 1 .Dt SFTP 1
.Os .Os
.Sh NAME .Sh NAME
@ -202,6 +202,7 @@ For full details of the options listed below, and their possible values, see
.It IdentityFile .It IdentityFile
.It IdentitiesOnly .It IdentitiesOnly
.It KbdInteractiveDevices .It KbdInteractiveDevices
.It KexAlgorithms
.It LogLevel .It LogLevel
.It MACs .It MACs
.It NoHostAuthenticationForLocalhost .It NoHostAuthenticationForLocalhost