Age | Commit message (Expand) | Author |
2010-01-09 | Remove RoutingDomain from ssh since it's now not needed. It can be replaced | Darren Tucker |
2009-12-29 | sort previous; | Jason McIntyre |
2009-12-29 | Rename RDomain config option to RoutingDomain to be more clear and | Kevin Steves |
2009-12-19 | try to clarify ChrootDirectory pathname argument a bit; resulting from | Kevin Steves |
2009-11-10 | clarify that StrictModes does not apply to ChrootDirectory. Permissions | Damien Miller |
2009-10-28 | tweak previous; | Jason McIntyre |
2009-10-28 | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. | Reyk Floeter |
2009-10-08 | some tweaks now that protocol 1 is not offered by default; ok markus | Jason McIntyre |
2009-10-08 | disable protocol 1 by default (after a transition period of about 10 years) | Markus Friedl |
2009-08-16 | Add PubkeyAuthentication to the list allowed in a Match block (bz #1577) | Darren Tucker |
2009-04-21 | clarify we cd to user's home after chroot; ok markus@ on | Kevin Steves |
2009-04-18 | tweak previous; ok stevesk | Jason McIntyre |
2009-04-17 | clarify that even internal-sftp needs /dev/log for logging to work; ok | Kevin Steves |
2009-04-13 | fix possessive; ok djm@ | Kevin Steves |
2009-02-22 | missing period | Damien Miller |
2009-02-22 | don't advertise experimental options | Damien Miller |
2009-01-24 | sync list of preferred ciphers; ok djm@ | Christian Weisgerber |
2008-12-30 | add AllowAgentForwarding to available Match keywords list | Okan Demirmen |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-10-09 | support setting PermitEmptyPasswords in a Match block | Damien Miller |
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 |