mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2010/11/18 15:01:00
[scp.1 sftp.1 ssh.1 sshd_config.5] add IPQoS to the various -o lists, and zap some trailing whitespace;
This commit is contained in:
parent
8e1ea4e5a3
commit
0a1847347d
|
@ -17,6 +17,9 @@
|
||||||
- jmc@cvs.openbsd.org 2010/11/15 07:40:14
|
- jmc@cvs.openbsd.org 2010/11/15 07:40:14
|
||||||
[ssh_config.5]
|
[ssh_config.5]
|
||||||
libary -> library;
|
libary -> library;
|
||||||
|
- jmc@cvs.openbsd.org 2010/11/18 15:01:00
|
||||||
|
[scp.1 sftp.1 ssh.1 sshd_config.5]
|
||||||
|
add IPQoS to the various -o lists, and zap some trailing whitespace;
|
||||||
|
|
||||||
20101111
|
20101111
|
||||||
- (djm) [servconf.c ssh-add.c ssh-keygen.c] don't look for ECDSA keys on
|
- (djm) [servconf.c ssh-add.c ssh-keygen.c] don't look for ECDSA keys on
|
||||||
|
|
5
scp.1
5
scp.1
|
@ -8,9 +8,9 @@
|
||||||
.\"
|
.\"
|
||||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: scp.1,v 1.53 2010/10/28 18:33:28 jmc Exp $
|
.\" $OpenBSD: scp.1,v 1.54 2010/11/18 15:01:00 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: October 28 2010 $
|
.Dd $Mdocdate: November 18 2010 $
|
||||||
.Dt SCP 1
|
.Dt SCP 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -146,6 +146,7 @@ For full details of the options listed below, and their possible values, see
|
||||||
.It HostName
|
.It HostName
|
||||||
.It IdentityFile
|
.It IdentityFile
|
||||||
.It IdentitiesOnly
|
.It IdentitiesOnly
|
||||||
|
.It IPQoS
|
||||||
.It KbdInteractiveDevices
|
.It KbdInteractiveDevices
|
||||||
.It KexAlgorithms
|
.It KexAlgorithms
|
||||||
.It LogLevel
|
.It LogLevel
|
||||||
|
|
5
sftp.1
5
sftp.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: sftp.1,v 1.86 2010/09/23 13:36:46 jmc Exp $
|
.\" $OpenBSD: sftp.1,v 1.87 2010/11/18 15:01:00 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 23 2010 $
|
.Dd $Mdocdate: November 18 2010 $
|
||||||
.Dt SFTP 1
|
.Dt SFTP 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -201,6 +201,7 @@ For full details of the options listed below, and their possible values, see
|
||||||
.It HostName
|
.It HostName
|
||||||
.It IdentityFile
|
.It IdentityFile
|
||||||
.It IdentitiesOnly
|
.It IdentitiesOnly
|
||||||
|
.It IPQoS
|
||||||
.It KbdInteractiveDevices
|
.It KbdInteractiveDevices
|
||||||
.It KexAlgorithms
|
.It KexAlgorithms
|
||||||
.It LogLevel
|
.It LogLevel
|
||||||
|
|
5
ssh.1
5
ssh.1
|
@ -33,8 +33,8 @@
|
||||||
.\" (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.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.315 2010/10/28 18:33:28 jmc Exp $
|
.\" $OpenBSD: ssh.1,v 1.316 2010/11/18 15:01:00 jmc Exp $
|
||||||
.Dd $Mdocdate: October 28 2010 $
|
.Dd $Mdocdate: November 18 2010 $
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -435,6 +435,7 @@ For full details of the options listed below, and their possible values, see
|
||||||
.It HostName
|
.It HostName
|
||||||
.It IdentityFile
|
.It IdentityFile
|
||||||
.It IdentitiesOnly
|
.It IdentitiesOnly
|
||||||
|
.It IPQoS
|
||||||
.It KbdInteractiveDevices
|
.It KbdInteractiveDevices
|
||||||
.It KexAlgorithms
|
.It KexAlgorithms
|
||||||
.It LocalCommand
|
.It LocalCommand
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
.\" (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.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.129 2010/11/13 23:27:51 djm Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.130 2010/11/18 15:01:00 jmc Exp $
|
||||||
.Dd $Mdocdate: November 13 2010 $
|
.Dd $Mdocdate: November 18 2010 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -581,7 +581,7 @@ The default is
|
||||||
.Dq ecdh-sha2-nistp256 ,
|
.Dq ecdh-sha2-nistp256 ,
|
||||||
.Dq ecdh-sha2-nistp384 ,
|
.Dq ecdh-sha2-nistp384 ,
|
||||||
.Dq ecdh-sha2-nistp521 ,
|
.Dq ecdh-sha2-nistp521 ,
|
||||||
.Dq diffie-hellman-group-exchange-sha256 ,
|
.Dq diffie-hellman-group-exchange-sha256 ,
|
||||||
.Dq diffie-hellman-group-exchange-sha1 ,
|
.Dq diffie-hellman-group-exchange-sha1 ,
|
||||||
.Dq diffie-hellman-group14-sha1 ,
|
.Dq diffie-hellman-group14-sha1 ,
|
||||||
.Dq diffie-hellman-group1-sha1 .
|
.Dq diffie-hellman-group1-sha1 .
|
||||||
|
|
Loading…
Reference in New Issue