[sshd.8]
     detail default hmac setup too
This commit is contained in:
Ben Lindstrom 2001-03-06 01:06:58 +00:00
parent ec26fb1667
commit c78a187b17
2 changed files with 7 additions and 4 deletions

View File

@ -10,6 +10,9 @@
[myproposal.h ssh.1] [myproposal.h ssh.1]
switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster; switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
provos & markus ok provos & markus ok
- deraadt@cvs.openbsd.org 2001/03/05 16:07:15
[sshd.8]
detail default hmac setup too
20010305 20010305
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
@ -4381,4 +4384,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.911 2001/03/06 01:05:23 mouring Exp $ $Id: ChangeLog,v 1.912 2001/03/06 01:06:58 mouring Exp $

6
sshd.8
View File

@ -34,7 +34,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.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.104 2001/03/05 14:28:47 deraadt Exp $ .\" $OpenBSD: sshd.8,v 1.105 2001/03/05 16:07:15 deraadt Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -352,7 +352,7 @@ The default is
Specifies the ciphers allowed for protocol version 2. Specifies the ciphers allowed for protocol version 2.
Multiple ciphers must be comma-separated. Multiple ciphers must be comma-separated.
The default is The default is
.Dq 3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes128-cbc . .Dq aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour.
.It Cm CheckMail .It Cm CheckMail
Specifies whether Specifies whether
.Nm .Nm
@ -514,7 +514,7 @@ Multiple algorithms must be comma-separated.
The default is The default is
.Pp .Pp
.Bd -literal .Bd -literal
``hmac-sha1,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com, ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,
hmac-sha1-96,hmac-md5-96'' hmac-sha1-96,hmac-md5-96''
.Ed .Ed
.It Cm MaxStartups .It Cm MaxStartups