Age | Commit message (Expand) | Author |
2014-01-10 | the /etc/ssh/ssh_host_ed25519_key is loaded by default too | Damien Miller |
2013-10-29 | shd_config PermitTTY to disallow TTY allocation, mirroring the | Damien Miller |
2013-09-07 | Remove commented-out kerberos/gssapi config options from sample config, | Stuart Henderson |
2013-05-16 | Add RekeyLimit to sshd with the same syntax as the client allowing rekeying | Darren Tucker |
2013-02-06 | Change default of MaxStartups to 10:30:100 to start doing random early | Darren Tucker |
2012-10-30 | new sshd_config option AuthorizedKeysCommand to support fetching | Damien Miller |
2012-07-10 | Turn on systrace sandboxing of pre-auth sshd by default for new installs | Damien Miller |
2012-04-12 | mention AuthorizedPrincipalsFile=none default | Damien Miller |
2012-04-12 | VersionAddendum option to allow server operators to append some arbitrary | Damien Miller |
2011-05-23 | allow AuthorizedKeysFile to specify multiple files, separated by spaces. | Damien Miller |
2011-05-06 | clarify language about overriding defaults. bz#1892, from Petr Cerny | Darren Tucker |
2010-09-06 | add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com> | Christian Weisgerber |
2009-10-08 | disable protocol 1 by default (after a transition period of about 10 years) | Markus Friedl |
2008-07-02 | increase default size of ssh protocol 1 ephemeral key from 768 to 1024 | Damien Miller |
2008-05-08 | Make the maximum number of sessions run-time controllable via | Damien Miller |
2008-05-07 | push the sshd_config bits in, spotted by ajacoutot@ | Pierre-Yves Ritschard |
2008-02-08 | add sshd_config ChrootDirectory option to chroot(2) users to a directory and | Damien Miller |
2007-08-23 | Support "Banner=none" to disable displaying of the pre-login banner; | Damien Miller |
2007-03-19 | Disable the legacy SSH protocol 1 for new installations via | Damien Miller |
2006-07-19 | Add ForceCommand keyword to sshd_config, equivalent to the "command=" | Darren Tucker |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-07-25 | add a new compression method that delays compression until the user | Markus Friedl |
2005-05-19 | whitespace nit, from grunk AT pestilenz.org | Damien Miller |
2004-12-23 | bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz | Damien Miller |
2004-05-23 | Add MaxAuthTries sshd config option; ok markus@ | Darren Tucker |
2003-12-29 | KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK | Todd C. Miller |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter |
2003-09-29 | GSSAPICleanupCreds -> GSSAPICleanupCredentials | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl |
2003-07-23 | remove AFS; itojun@ | Markus Friedl |
2003-06-20 | sync some implemented options; ok markus@ | Damien Miller |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl |
2002-09-25 | sync LoginGraceTime with default | Markus Friedl |
2002-08-21 | change LoginGraceTime default to 1 minute; ok mouring@ markus@ | Kevin Steves |
2002-07-30 | add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de... | Markus Friedl |
2002-06-20 | add Compression | Markus Friedl |
2002-06-20 | refer to config file man page | Kevin Steves |
2002-05-15 | re-enable privsep and disable setuid for post-3.2.2 | Markus Friedl |
2002-05-15 | disable privsep and enable setuid for the 3.2.2 release | Markus Friedl |
2002-05-04 | enable privsep by default; provos ok | Theo de Raadt |
2002-04-22 | do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@ | Markus Friedl |
2002-04-21 | document default AFSTokenPassing no; ok deraadt@ | Kevin Steves |
2002-03-21 | add privsep (off) | Markus Friedl |
2002-02-19 | stategy is not an english word | Theo de Raadt |
2002-02-09 | move ssh config files to /etc/ssh | Theo de Raadt |
2002-01-29 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ | Markus Friedl |
2002-01-27 | add X11UseLocalhost; ok markus@ | Kevin Steves |
2002-01-16 | The stategy now used for options in the default sshd_config shipped | Kevin Steves |