summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshd_config.5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow key options (command="..." and friends) in AuthorizedPrincipals;djm2010-06-291-3/+12
* expose some more sshd_config options inside Match blocks:djm2010-06-221-2/+6
* tweak previous;jmc2010-05-071-3/+2
* add some optional indirection to matching of principal names listeddjm2010-05-071-2/+39
* missing word; spotted by jmc@djm2010-03-041-2/+2
* tweak previous;jmc2010-03-041-3/+3
* Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatdjm2010-03-041-2/+23
* Add support for certificate key types for users and hosts.djm2010-02-261-2/+10
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-5/+2
* sort previous;jmc2009-12-291-4/+4
* Rename RDomain config option to RoutingDomain to be more clear andstevesk2009-12-291-3/+3
* try to clarify ChrootDirectory pathname argument a bit; resulting fromstevesk2009-12-191-5/+5
* clarify that StrictModes does not apply to ChrootDirectory. Permissionsdjm2009-11-101-2/+5
* tweak previous;jmc2009-10-281-4/+4
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-2/+5
* some tweaks now that protocol 1 is not offered by default; ok markusjmc2009-10-081-2/+2
* disable protocol 1 by default (after a transition period of about 10 years)markus2009-10-081-3/+3
* Add PubkeyAuthentication to the list allowed in a Match block (bz #1577)dtucker2009-08-161-2/+3
* clarify we cd to user's home after chroot; ok markus@ onstevesk2009-04-211-2/+5
* tweak previous; ok steveskjmc2009-04-181-8/+5
* clarify that even internal-sftp needs /dev/log for logging to work; okstevesk2009-04-171-3/+9
* fix possessive; ok djm@stevesk2009-04-131-3/+3
* missing perioddjm2009-02-221-2/+2
* don't advertise experimental optionsdjm2009-02-221-16/+4
* sync list of preferred ciphers; ok djm@naddy2009-01-241-5/+5
* add AllowAgentForwarding to available Match keywords listokan2008-12-301-2/+3
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-3/+15
* support setting PermitEmptyPasswords in a Match blockdjm2008-10-091-2/+3
* increase default size of ssh protocol 1 ephemeral key from 768 to 1024djm2008-07-021-3/+3
* Allow MaxAuthTries within a Match block. ok djm@dtucker2008-06-151-1/+2
* MaxSessions is allowed in a Match block toodtucker2008-06-151-2/+3
* tweak previous;jmc2008-06-101-4/+5
* better reference for pattern-listdjm2008-06-101-3/+3
* support CIDR address matching in sshd_config "Match address" blocks, withdjm2008-06-101-2/+24
* Make the maximum number of sessions run-time controllable viadjm2008-05-081-2/+5
* sort;jmc2008-05-071-10/+10
* Enable the AllowAgentForwarding option in sshd_config (global and matchpyr2008-05-071-2/+11
* HostbasedAuthentication is supported under Match toodjm2008-04-051-3/+4
* oops, some unrelated stuff crept into that commit - backout.djm2008-04-041-34/+1
* ChrootDirectory is supported in Match blocks (in fact, it is most usefuldjm2008-04-041-2/+36
* ignore ~/.ssh/rc if a sshd_config ForceCommand is specified;djm2008-03-251-3/+5
* bump Mdocdate for pages committed in "febuary", necessary becausejmc2008-02-111-2/+2
* mantion that "internal-sftp" is useful with ForceCommand toodjm2008-02-101-2/+7
* missing `)';jmc2008-02-091-3/+3
* add sshd_config ChrootDirectory option to chroot(2) users to a directory anddjm2008-02-081-2/+52
* Allow PermitRootLogin in a Match block. Allows for, eg, permitting rootdtucker2008-01-011-2/+3
* Support "Banner=none" to disable displaying of the pre-login banner;djm2007-08-231-4/+5
* oops, here too: put the MAC list into a display, like we do forjmc2007-06-081-3/+6
* Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustpvalchev2007-06-071-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2