Age | Commit message (Expand) | Author |
2015-08-21 | Fix expansion of HostkeyAlgorithms=+... | Damien Miller |
2015-08-06 | add prohibit-password as a synonymn for without-password, since the | Theo de Raadt |
2015-07-31 | Allow PermitRootLogin to be overridden by config | Chris Cappuccio |
2015-07-30 | change default: PermitRootLogin without-password | Theo de Raadt |
2015-07-30 | Allow ssh_config and sshd_config kex parameters options be prefixed | Damien Miller |
2015-07-10 | Turn off DSA by default; add HostKeyAlgorithms to the server and | Markus Friedl |
2015-07-01 | twiddle PermitRootLogin back | Damien Miller |
2015-07-01 | twiddle; (this commit marks the openssh-6.9 release) | Damien Miller |
2015-07-01 | put back default PermitRootLogin=no | Damien Miller |
2015-07-01 | reset default PermitRootLogin to 'yes' (momentarily, for release) | Damien Miller |
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-05-04 | Remove pattern length argument from match_pattern_list(), | Damien Miller |
2015-05-01 | a couple of parse targets were missing activep checks, causing them | Damien Miller |
2015-05-01 | make handling of AuthorizedPrincipalsFile=none more consistent | Damien Miller |
2015-04-29 | Allow ListenAddress, Port and AddressFamily in any order. bz#68, | Darren Tucker |
2015-04-27 | Make sshd default to PermitRootLogin=no; | Damien Miller |
2015-04-24 | rename xrealloc() to xreallocarray() since it follows that form. | Theo de Raadt |
2015-04-23 | Two small fixes for sshd -T: ListenAddress'es are added to a list head so | Darren Tucker |
2015-04-23 | Check for and reject missing arguments for VersionAddendum and ForceCommand. | Darren Tucker |
2015-04-17 | Add some missing options to sshd -T and fix the output of VersionAddendum | Darren Tucker |
2015-02-02 | increasing encounters with difficult DNS setups in darknets has | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-13 | add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes | Damien Miller |
2014-12-22 | make internal handling of filename arguments of "none" more consistent | Damien Miller |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-11-24 | Fix crashes in the handling of the sshd config file found with the afl | Jonathan Gray |
2014-10-24 | Remove unnecessary include: netinet/in_systm.h is not needed by these | Lawrence Teo |
2014-10-13 | whitespace | Damien Miller |
2014-08-19 | When dumping the server configuration (sshd -T), print correct KEX, | 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-06 | support ed25519 keys (hostkeys and user identities) using the public domain | Markus Friedl |
2013-12-05 | bz#2161 - fix AuthorizedKeysCommand inside a Match block and | Damien Miller |
2013-11-21 | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" | Damien Miller |
2013-11-07 | Output the effective values of Ciphers, MACs and KexAlgorithms when | Darren Tucker |
2013-10-29 | shd_config PermitTTY to disallow TTY allocation, mirroring the | Damien Miller |
2013-10-24 | Disallow empty Match statements and add "Match all" which matches everything. | Darren Tucker |
2013-10-23 | fix comment | Darren Tucker |
2013-08-06 | add cast to avoid format warning; from portable | Damien Miller |
2013-07-19 | add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, | Markus Friedl |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-05-16 | remove another now-unused variable | Darren Tucker |
2013-05-16 | remove now-unused variables | Darren Tucker |
2013-05-16 | switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@ | Darren Tucker |
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-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 |