summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshd_config (follow)
Commit message (Expand)AuthorAgeFilesLines
* the /etc/ssh/ssh_host_ed25519_key is loaded by default toodjm2014-01-101-1/+2
* shd_config PermitTTY to disallow TTY allocation, mirroring thedjm2013-10-291-1/+3
* Remove commented-out kerberos/gssapi config options from sample config,sthen2013-09-071-11/+1
* Add RekeyLimit to sshd with the same syntax as the client allowing rekeyingdtucker2013-05-161-1/+4
* Change default of MaxStartups to 10:30:100 to start doing random earlydtucker2013-02-061-2/+2
* new sshd_config option AuthorizedKeysCommand to support fetchingdjm2012-10-301-1/+4
* Turn on systrace sandboxing of pre-auth sshd by default for new installsdjm2012-07-101-2/+2
* mention AuthorizedPrincipalsFile=none defaultdjm2012-04-121-1/+3
* VersionAddendum option to allow server operators to append some arbitrarydjm2012-04-121-1/+2
* allow AuthorizedKeysFile to specify multiple files, separated by spaces.djm2011-05-231-2/+5
* clarify language about overriding defaults. bz#1892, from Petr Cernydtucker2011-05-061-2/+2
* add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com>naddy2010-09-061-1/+2
* disable protocol 1 by default (after a transition period of about 10 years)markus2009-10-081-5/+3
* increase default size of ssh protocol 1 ephemeral key from 768 to 1024djm2008-07-021-2/+2
* Make the maximum number of sessions run-time controllable viadjm2008-05-081-1/+2
* push the sshd_config bits in, spotted by ajacoutot@pyr2008-05-071-1/+2
* add sshd_config ChrootDirectory option to chroot(2) users to a directory anddjm2008-02-081-1/+2
* Support "Banner=none" to disable displaying of the pre-login banner;djm2007-08-231-2/+2
* Disable the legacy SSH protocol 1 for new installations viadjm2007-03-191-2/+6
* Add ForceCommand keyword to sshd_config, equivalent to the "command="dtucker2006-07-191-1/+7
* Add support for tun(4) forwarding over OpenSSH, based on an idea andreyk2005-12-061-1/+2
* add a new compression method that delays compression until the usermarkus2005-07-251-2/+2
* whitespace nit, from grunk AT pestilenz.orgdjm2005-05-191-2/+2
* bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.czdjm2004-12-231-1/+2
* Add MaxAuthTries sshd config option; ok markus@dtucker2004-05-231-1/+2
* KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OKmillert2003-12-291-2/+2
* implement KerberosGetAFSToken server option. ok markus@, beck@jakob2003-12-231-1/+2
* GSSAPICleanupCreds -> GSSAPICleanupCredentialsmarkus2003-09-291-2/+2
* remove kerberos support from ssh1, since it has been replaced with GSSAPI;markus2003-08-281-2/+1
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-1/+5
* remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,markus2003-08-131-5/+3
* remove AFS; itojun@markus2003-07-231-5/+1
* sync some implemented options; ok markus@djm2003-06-201-5/+10
* deprecate VerifyReverseMapping since it's dangerous if combinedmarkus2003-06-021-2/+2
* sync LoginGraceTime with defaultmarkus2002-09-251-2/+2
* change LoginGraceTime default to 1 minute; ok mouring@ markus@stevesk2002-08-211-2/+2
* add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, deraadtmarkus2002-07-301-1/+2
* add Compressionmarkus2002-06-201-1/+2
* refer to config file man pagestevesk2002-06-201-3/+3
* re-enable privsep and disable setuid for post-3.2.2markus2002-05-151-2/+2
* disable privsep and enable setuid for the 3.2.2 releasemarkus2002-05-151-2/+2
* enable privsep by default; provos okderaadt2002-05-041-2/+2
* do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@markus2002-04-221-3/+2
* document default AFSTokenPassing no; ok deraadt@stevesk2002-04-211-3/+2
* add privsep (off)markus2002-03-211-1/+2
* stategy is not an english wordderaadt2002-02-191-2/+2
* move ssh config files to /etc/sshderaadt2002-02-091-5/+5
* s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@markus2002-01-291-2/+2
* add X11UseLocalhost; ok markus@stevesk2002-01-271-1/+2
* The stategy now used for options in the default sshd_config shippedstevesk2002-01-161-39/+50