summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd_config.5
AgeCommit message (Expand)Author
2022-06-24make it clear that RekeyLimit applies to both transmitted andDamien Miller
2022-04-12Correct path for system known hosts file in description ofDarren Tucker
2022-03-31ssh: document sntrup761x25519-sha512@openssh.com as default KEXChristian Weisgerber
2021-12-04RSA/SHA-1 is not used by default anymore on the serverChristian Weisgerber
2021-12-02ssh-rsa is no longer in the default for PubkeyAcceptedAlgorithms.Darren Tucker
2021-11-10add the sntrup761x25519-sha512@openssh.com hybrid ECDH/x25519 +Damien Miller
2021-10-09Document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptionsDarren Tucker
2021-09-03Refer to KEX "algorithms" instead of "methods" to match other referencesDarren Tucker
2021-08-12mention that CASignatureAlgorithms accepts +/- similarly to theDamien Miller
2021-07-27word fix; reported by debian at helgefjell deJason McIntyre
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-04-04remove stray inserts; from matthias schmidtJason McIntyre
2021-04-03sync CASignatureAlgorithms lists with reality. GHPR#174 fromDamien Miller
2021-03-12Add ModuliFile keyword to sshd_config to specify the location of theDarren Tucker
2021-02-27fix alphabetic ordering of options; spotted by Iain MorganDamien Miller
2021-02-23lots more s/key types/signature algorithms/ mostly inDamien Miller
2021-02-23Correct reference to signature algorithms as keys; from Jakub JelenDamien Miller
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.Darren Tucker
2021-01-14Minor grammatical correction.rob
2021-01-09add a comma to previous;Jason McIntyre
2021-01-09Add PerSourceMaxStartups and PerSourceNetBlockSize options which provideDarren Tucker
2021-01-08mention that DisableForwarding is valid in a sshd_config Match blockDamien Miller
2020-12-29Update/replace the experimental post-quantim hybrid key exchangeDamien Miller
2020-10-16add space between macro arg and punctuation;Jason McIntyre
2020-10-16LogVerbose keyword for ssh and sshdDamien Miller
2020-10-03prefer ed25519 signature algorithm variants to ECDSA; ok markus@Damien Miller
2020-08-27sentence fix; from pedro martellettoJason McIntyre
2020-08-27tweak previous;Jason McIntyre
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