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