summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-15 03:01:59 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-15 03:01:59 +0000
commit06b33aa0e83163f3dcd679317afec1ee95910512 (patch)
treeeae5cbd1cd71619bdd1e5d4a28e6bb96057f4479 /sshd.8
parent4272ed803ff309f1fdb9c149b9cf083769f53744 (diff)
- markus@cvs.openbsd.org 2001/02/11 12:59:25
[Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c] 1) clean up the MAC support for SSH-2 2) allow you to specify the MAC with 'ssh -m' 3) or the 'MACs' keyword in ssh(d)_config 4) add hmac-{md5,sha1}-96 ok stevesk@, provos@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.813
1 files changed, 12 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 5bf0b3a6e..1b1e9645c 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.92 2001/02/09 23:38:11 deraadt Exp $ 37.\" $OpenBSD: sshd.8,v 1.93 2001/02/11 12:59:25 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -501,6 +501,17 @@ QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
501The default is INFO. 501The default is INFO.
502Logging with level DEBUG violates the privacy of users 502Logging with level DEBUG violates the privacy of users
503and is not recommended. 503and is not recommended.
504.It Cm MACs
505Specifies the available MAC (message authentication code) algorithms.
506The MAC algorithm is used in protocol version 2
507for data integrity protection.
508Multiple algorithms must be comma-separated.
509The default is
510.Pp
511.Bd -literal
512 ``hmac-sha1,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com,
513 hmac-sha1-96,hmac-md5-96''
514.Ed
504.It Cm MaxStartups 515.It Cm MaxStartups
505Specifies the maximum number of concurrent unauthenticated connections to the 516Specifies the maximum number of concurrent unauthenticated connections to the
506.Nm 517.Nm