summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd_config.5
AgeCommit message (Expand)Author
2020-08-27support for requiring user verified FIDO keys in sshdDamien Miller
2020-05-29mention that wildcards are processed in lexical order; bz#3165Damien Miller
2020-04-17add space beteen macro arg and punctuation;Jason McIntyre
2020-04-17auth2-pubkey r1.89 changed the order of operations to checkingDamien Miller
2020-04-17make IgnoreRhosts a tri-state option: "yes" ignore rhosts/shosts,Damien Miller
2020-04-17allow the IgnoreRhosts directive to appear anywhere in a sshd_config,Damien Miller
2020-02-07Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to acceptDarren Tucker
2020-02-06Add Include to the list of permitted keywords after a Match keyword.Christian Weisgerber
2020-02-01tweak previous;Jason McIntyre
2020-01-31Add a sshd_config "Include" directive to allow inclusion of files.Damien Miller
2020-01-28make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based onDamien Miller
2020-01-25make sshd_config:ClientAliveCountMax=0 disable the connection killingDamien Miller
2020-01-25clarify order of AllowUsers/DenyUsers vs AllowGroups/DenyGroups;Damien Miller
2020-01-25group14-sha1 is no longer a default algorithmTed Unangst
2020-01-25mention that permitopen=/PermitOpen do no name to addressDamien Miller
2020-01-21Document sntrup4591761x25519-sha512@tinyssh.org. Patch fromDarren Tucker
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