Age | Commit message (Expand) | Author |
2017-09-12 | refactor channels.c | Damien Miller |
2017-06-24 | refactor authentication logging | Damien Miller |
2016-11-30 | Add a sshd_config DisableForwaring option that disables X11, agent, | Damien Miller |
2016-08-19 | remove UseLogin option and support for having /bin/login manage | Damien Miller |
2016-08-15 | Remove more SSH1 server code: | Christian Weisgerber |
2015-07-10 | Turn off DSA by default; add HostKeyAlgorithms to the server and | Markus Friedl |
2015-05-22 | add knob to relax GSSAPI host credential check for multihomed hosts | Damien Miller |
2015-05-21 | add AuthorizedPrincipalsCommand that allows getting authorized_principals | Damien Miller |
2015-04-29 | Allow ListenAddress, Port and AddressFamily in any order. bz#68, | Darren Tucker |
2015-01-13 | add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes | Damien Miller |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
2014-07-03 | Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is | Damien Miller |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2013-12-05 | bz#2161 - fix AuthorizedKeysCommand inside a Match block and | Damien Miller |
2013-10-29 | shd_config PermitTTY to disallow TTY allocation, mirroring the | Damien Miller |
2013-07-19 | add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, | Markus Friedl |
2013-05-16 | Add RekeyLimit to sshd with the same syntax as the client allowing rekeying | Darren Tucker |
2013-01-03 | add a couple of ServerOptions members that should be copied to the privsep | Damien Miller |
2012-12-02 | make AllowTcpForwarding accept "local" and "remote" in addition to its | Damien Miller |
2012-11-04 | Support multiple required authentication via an AuthenticationMethods | Damien Miller |
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-06-19 | sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} | Markus Friedl |
2012-05-13 | Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests | Darren Tucker |
2012-04-12 | VersionAddendum option to allow server operators to append some arbitrary | Damien Miller |
2011-06-22 | introduce sandboxing of the pre-auth privsep child using systrace(4). | Damien Miller |
2011-05-23 | allow AuthorizedKeysFile to specify multiple files, separated by spaces. | Damien Miller |
2011-05-20 | use a macro to define which string options to copy between configs | Damien Miller |
2011-05-11 | remove support for authorized_keys2; it is a relic from the early days | Damien Miller |
2010-11-13 | allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of | Damien Miller |
2010-09-22 | add a KexAlgorithms knob to the client and server configuration to allow | Damien Miller |
2010-05-07 | add some optional indirection to matching of principal names listed | Damien Miller |
2010-03-04 | Add a TrustedUserCAKeys option to sshd_config to specify CA keys that | Damien Miller |
2010-02-26 | Add support for certificate key types for users and hosts. | Damien Miller |
2010-01-13 | avoid run-time failures when specifying hostkeys via a relative | Damien Miller |
2010-01-09 | Remove RoutingDomain from ssh since it's now not needed. It can be replaced | Darren Tucker |
2009-10-28 | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. | Reyk Floeter |
2009-01-22 | make a2port() return -1 when it encounters an invalid port number | Damien Miller |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-06-10 | Add extended test mode (-T) and connection parameters for test mode (-C). | Darren Tucker |
2008-05-08 | Make the maximum number of sessions run-time controllable via | Damien Miller |
2008-05-07 | Enable the AllowAgentForwarding option in sshd_config (global and match | Pierre-Yves Ritschard |
2008-02-13 | rekey arc4random and OpenSSL RNG in postauth child | Damien Miller |
2008-02-08 | add sshd_config ChrootDirectory option to chroot(2) users to a directory and | Damien Miller |
2007-02-19 | Teach Match how handle config directives that are used before authentication. | Darren Tucker |
2006-08-14 | Add ability to match groups to Match keyword in sshd_config. Feedback djm@, | Darren Tucker |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-21 | Make PermitOpen take a list of permitted ports and act more like most other | Darren Tucker |
2006-07-19 | Add ForceCommand keyword to sshd_config, equivalent to the "command=" | Darren Tucker |