summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd_config.5
AgeCommit message (Expand)Author
2019-12-21Replace the term "security key" with "(FIDO) authenticator".Christian Weisgerber
2019-12-19Document that security key-hosted keys can act as host keys.Christian Weisgerber
2019-11-30tweak the Nd lines for a bit of consistency;Jason McIntyre
2019-11-26tweak previous;Jason McIntyre
2019-11-25Add a sshd_config PubkeyAuthOptions directiveDamien Miller
2019-11-18mention ed25519-sk key/cert types here too; prompted by jmc@Damien Miller
2019-11-07Fill in missing man page bits for U2F security key support:Christian Weisgerber
2019-09-06Allow prepending a list of algorithms to the default set by startingChristian Weisgerber
2019-09-04Call comma-separated lists as such to clarify semantics.Christian Weisgerber
2019-08-09Change description of TCPKeepAlive from "inactive" to "unresponsive"Darren Tucker
2019-07-23Fix typo in CASignatureAlgorithms wherein what should be a comma is a dot.Darren Tucker
2019-06-12deraadt noticed some inconsistency in the way we denote the "Hostname" andJason McIntyre
2019-05-14Delete some .Sx macros that were used in a wrong way.Ingo Schwarze
2019-03-22full stop in the wrong place;Jason McIntyre
2019-01-23Remove duplicate word. bz#2958, patch from jjelen at redhat.comDarren Tucker
2018-09-20Add sshd_config CASignatureAlgorithms option to allow control overDamien Miller
2018-07-20slightly-clearer description for AuthenticationMethods - the listsDamien Miller
2018-07-04repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -Damien Miller
2018-07-03Improve strictness and control over RSA-SHA2 signature types:Damien Miller
2018-07-03allow sshd_config PermitUserEnvironment to accept a pattern-list ofDamien Miller
2018-06-19spelling;Jason McIntyre
2018-06-19allow bare port numbers to appear in PermitListen directives, e.g.Damien Miller
2018-06-09slightly better wording re handing of $TERM, from Jakub JelenDamien Miller
2018-06-09add a SetEnv directive for sshd_config to allow an administrator toDamien Miller
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-06-07tweak previous;Jason McIntyre
2018-06-06man bits for PermitListenDamien Miller
2018-06-01add missing punctuation after %i in ssh_config.5, and make the grammaticalJason McIntyre
2018-06-01oops - further adjustment to text neccessary;Jason McIntyre
2018-06-01%U needs to be escaped; tweak text;Jason McIntyre
2018-06-01make UID available as a %-expansion everywhere that the username isDamien Miller
2018-05-15correct keyowrd name (permitemptypasswords); from brendan macdonellJason McIntyre
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