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