Age | Commit message (Expand) | Author |
2018-04-08 | tweak previous; | Jason McIntyre |
2018-04-04 | Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ... | job |
2018-02-16 | Mention recent DH KEX methods: | Damien Miller |
2018-02-16 | stop loading DSA keys by default, remove sshd_config stanza and manpage | Damien Miller |
2018-02-10 | clarify IgnoreUserKnownHosts; based on github PR from | Damien Miller |
2017-10-26 | mark up the rdomain keyword; | Jason McIntyre |
2017-10-25 | simplify macros in previous, and some minor tweaks; | Jason McIntyre |
2017-10-25 | add a "rdomain" criteria for the sshd_config Match keyword to allow | Damien Miller |
2017-10-25 | add sshd_config RDomain keyword to place sshd and the subsequent | Damien Miller |
2017-10-25 | Add optional rdomain qualifier to sshd_config's ListenAddress option | Damien Miller |
2017-10-13 | trim permitrootlogin description somewhat, to avoid ambiguity; | Jason McIntyre |
2017-10-09 | clarify the order in which config statements are used. | Sebastian Benoit |
2017-09-27 | tweak EposeAuthinfo; | Jason McIntyre |
2017-09-01 | remove blank line; | Jason McIntyre |
2017-09-01 | document available AuthenticationMethods; bz#2453 ok dtucker@ | Damien Miller |
2017-07-23 | Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value | Damien Miller |
2017-07-13 | man pages with pseudo synopses which list filenames end up creating | Jason McIntyre |
2017-06-24 | correct env var name | Damien Miller |
2017-06-24 | spelling; | Jason McIntyre |
2017-06-24 | refactor authentication logging | Damien Miller |
2017-05-17 | allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717 | Damien Miller |
2017-05-07 | As promised in last release announcement: remove support for | Damien Miller |
2017-03-14 | Mark the sshd_config UsePrivilegeSeparation option as deprecated, | Damien Miller |
2017-02-03 | support =- for removing methods from algorithms lists, e.g. | Damien Miller |
2017-01-06 | keep the tokens list sorted; | Jason McIntyre |
2017-01-06 | Re-add '%k' token for AuthorizedKeysCommand which was lost during the | Darren Tucker |
2016-11-30 | Add a sshd_config DisableForwaring option that disables X11, agent, | Damien Miller |
2016-11-23 | allow ClientAlive{Interval,CountMax} in Match; ok dtucker, djm | Markus Friedl |
2016-10-07 | tidy up the formatting in this file. more specifically, replace | Jason McIntyre |
2016-09-28 | restore pre-auth compression support in the client -- the previous | Damien Miller |
2016-09-22 | organise the token stuff into a separate section; | Jason McIntyre |
2016-09-22 | mention curve25519-sha256 KEX | Damien Miller |
2016-09-21 | add a way for principals command to get see key ID and serial too | Damien Miller |
2016-09-14 | add %-escapes to AuthorizedPrincipalsCommand to match those supported | Damien Miller |
2016-09-07 | sort; from matthew martin | Jason McIntyre |
2016-08-19 | remove UseLogin option and support for having /bin/login manage | Damien Miller |
2016-08-15 | Catch up with the SSH1 code removal and delete all mention of | Christian Weisgerber |
2016-08-12 | Use 2001:db8::/32, the official IPv6 subnet for configuration examples. | Jeremie Courreges-Anglas |
2016-07-19 | tweak previous; | Jason McIntyre |
2016-07-19 | Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from | Darren Tucker |
2016-06-17 | grammar fix; | Jason McIntyre |
2016-06-17 | ban AuthenticationMethods="" and accept AuthenticationMethods=any | Damien Miller |
2016-05-04 | allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@ | Markus Friedl |
2016-04-27 | cidr permitted for {allow,deny}users; from lars nooden | Jason McIntyre |
2016-03-17 | UseDNS affects ssh hostname processing in authorized_keys, not | Damien Miller |
2016-02-17 | rsa-sha2-512,rsa-sha2-256 cannot be selected explicitly in | Damien Miller |
2016-02-17 | since these pages now clearly tell folks to avoid v1, normalise | Jason McIntyre |
2016-02-16 | Replace list of ciphers and MACs adjacent to -1/-2 flag descriptions in | Damien Miller |
2016-02-11 | sync crypto algorithm lists in ssh_config(5) and sshd_config(5) | Damien Miller |
2016-02-05 | better description for MaxSessions; bz#2531 | Damien Miller |