Age | Commit message (Expand) | Author |
2008-07-02 | increase default size of ssh protocol 1 ephemeral key from 768 to 1024 | Damien Miller |
2008-06-15 | Allow MaxAuthTries within a Match block. ok djm@ | Darren Tucker |
2008-06-15 | MaxSessions is allowed in a Match block too | Darren Tucker |
2008-06-10 | tweak previous; | Jason McIntyre |
2008-06-10 | better reference for pattern-list | Damien Miller |
2008-06-10 | support CIDR address matching in sshd_config "Match address" blocks, with | Damien Miller |
2008-05-08 | Make the maximum number of sessions run-time controllable via | Damien Miller |
2008-05-07 | sort; | Jason McIntyre |
2008-05-07 | Enable the AllowAgentForwarding option in sshd_config (global and match | Pierre-Yves Ritschard |
2008-04-05 | HostbasedAuthentication is supported under Match too | Damien Miller |
2008-04-04 | oops, some unrelated stuff crept into that commit - backout. | Damien Miller |
2008-04-04 | ChrootDirectory is supported in Match blocks (in fact, it is most useful | Damien Miller |
2008-03-25 | ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; | Damien Miller |
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre |
2008-02-10 | mantion that "internal-sftp" is useful with ForceCommand too | Damien Miller |
2008-02-09 | missing `)'; | Jason McIntyre |
2008-02-08 | add sshd_config ChrootDirectory option to chroot(2) users to a directory and | Damien Miller |
2008-01-01 | Allow PermitRootLogin in a Match block. Allows for, eg, permitting root | Darren Tucker |
2007-08-23 | Support "Banner=none" to disable displaying of the pre-login banner; | Damien Miller |
2007-06-08 | oops, here too: put the MAC list into a display, like we do for | Jason McIntyre |
2007-06-07 | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must | Peter Valchev |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-01 | sort the `match' keywords; | Jason McIntyre |
2007-03-01 | Remove ChallengeResponseAuthentication support inside a Match | Darren Tucker |
2007-02-19 | Teach Match how handle config directives that are used before authentication. | Darren Tucker |
2007-01-02 | do not use lists for SYNOPSIS; | Jason McIntyre |
2006-08-21 | Document HostbasedUsesNameFromPacketOnly. Corrections from jmc@, ok jmc@ djm@ | Darren Tucker |
2006-08-14 | Add ability to match groups to Match keyword in sshd_config. Feedback djm@, | Darren Tucker |
2006-07-21 | Make PermitOpen take a list of permitted ports and act more like most other | Darren Tucker |
2006-07-19 | Add ForceCommand keyword to sshd_config, equivalent to the "command=" | Darren Tucker |
2006-07-19 | Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost to | Darren Tucker |
2006-07-18 | Clarify description of Match, with minor correction from jmc@ | Darren Tucker |
2006-07-18 | mark up angle brackets; | Jason McIntyre |
2006-07-18 | tweak; ok dtucker | Jason McIntyre |
2006-07-17 | Add PermitOpen directive to sshd_config which is equivalent to the | Darren Tucker |
2006-07-12 | - new sentence, new line | Jason McIntyre |
2006-07-12 | Add support for conditional directives to sshd_config via a "Match" keyword, | Darren Tucker |
2006-07-06 | support arguments to Subsystem commands; ok markus@ | Damien Miller |
2006-07-02 | more details and clarity for tun(4) device forwarding; ok and help | Kevin Steves |
2006-03-14 | *AliveCountMax applies to protcol v2 only; ok dtucker, djm | Markus Friedl |
2006-03-13 | Allow config directives to contain whitespace by surrounding them by double | Darren Tucker |
2006-02-26 | subsection is pointless here; | Jason McIntyre |
2006-02-25 | document the order in which allow/deny directives are processed; | Jason McIntyre |
2006-02-24 | oops - bits i missed; | Jason McIntyre |
2006-02-24 | some grammar/wording fixes; | Jason McIntyre |
2006-02-24 | more consistency fixes; | Jason McIntyre |
2006-02-24 | some consistency fixes; | Jason McIntyre |
2006-02-24 | signpost to PATTERNS; | Jason McIntyre |
2006-01-02 | some corrections from michael knudsen; | Jason McIntyre |
2005-12-08 | two changes to the new ssh tunnel support. this breaks compatibility | Reyk Floeter |