Age | Commit message (Expand) | Author |
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 |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-09-20 | CheckMail removed. OKed stevesk@ | mouring |
2001-06-22 | merge authorized_keys2 into authorized_keys. | Markus Friedl |
2001-05-31 | group options and add some more comments | Markus Friedl |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl |
2001-04-15 | 2,1, not 1,2 | Theo de Raadt |
2001-04-15 | default for protocol is 1,2; ok markus@ | Kevin Steves |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-03-25 | PrintLastLog option; from chip@valinux.com with some minor | Kevin Steves |
2001-02-24 | ssh2 rsa key before dsa key | Theo de Raadt |
2001-02-22 | activate RSA 2 key | Theo de Raadt |