diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-05 16:07:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-05 16:07:16 +0000 |
commit | b5b298c7f02515dc226161e6ef5d3375180b8b2b (patch) | |
tree | 0ed593e5e0d8dd1a5a29c5bab111b6157c2e6ead /usr.bin/ssh/sshd.8 | |
parent | 198231f71c44cb3935875cd9d773d2a2d88150c8 (diff) |
detail default hmac setup too
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index c924a438f5e..30e51b76a47 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,7 +34,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. .\" -.\" $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 .Dt SSHD 8 .Os @@ -352,7 +352,7 @@ The default is Specifies the ciphers allowed for protocol version 2. Multiple ciphers must be comma-separated. 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 Specifies whether .Nm @@ -514,7 +514,7 @@ Multiple algorithms must be comma-separated. The default is .Pp .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'' .Ed .It Cm MaxStartups |