summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
AgeCommit message (Expand)Author
2023-03-05Remove unused compat.h includes. We've previously removed a lotDarren Tucker
2023-03-03actually print "channeltimeout none" in config dump mode;Damien Miller
2023-01-17Add a sshd_config UnusedConnectionTimeout option to terminateDamien Miller
2023-01-06Implement channel inactivity timeoutsDamien Miller
2022-11-07Remove some set but otherwise unused variables, spotted in -portable byDarren Tucker
2022-11-07Check for and disallow MaxStartups values less than or equal to zeroDarren Tucker
2022-09-17Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limitDamien Miller
2022-06-03Make SetEnv directives first-match-wins in both sshd_config andDamien Miller
2022-03-18don't try to resolve ListenAddress directives in the sshd re-execDamien Miller
2022-02-08Switch hpdelim interface to accept only ":" as delimiter.Darren Tucker
2021-09-06revision 1.381 neglected to remove sChallengeResponseAuthenticationTodd C. Miller
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-06-08switch sshd_config parsing to argv_split()Damien Miller
2021-04-03highly polished whitespace, mostly fixing spaces-for-tab and badDamien Miller
2021-03-12Add ModuliFile keyword to sshd_config to specify the location of theDarren Tucker
2021-02-24Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithmsDarren Tucker
2021-02-15factor out opt_array_append; ok djm@Markus Friedl
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.Darren Tucker
2021-01-11Correct spelling of persourcenetblocksize in config-dump mode.Darren Tucker
2021-01-09Add PerSourceMaxStartups and PerSourceNetBlockSize options which provideDarren Tucker
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-10-16LogVerbose keyword for ssh and sshdDamien Miller
2020-08-28Check that the addresses supplied to Match Address and MatchDarren Tucker
2020-08-27support for requiring user verified FIDO keys in sshdDamien Miller
2020-07-05some language improvements; ok markusDamien Miller
2020-06-24support loading big sshd_config files w/o realloc; ok djmMarkus Friedl
2020-05-27fix Include before Match in sshd_config; bz#3122 patch from Jakub JelenDamien Miller
2020-05-27Do not call process_queued_listen_addrs() for every included fileDamien 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-03-06fix relative includes in sshd_config; ok djmMarkus Friedl
2020-01-31Add a sshd_config "Include" directive to allow inclusion of files.Damien Miller
2020-01-23Make zlib optional. This adds a "ZLIB" build time option that allowsDarren Tucker
2020-01-23Remove unsupported algorithms from list of defaults at run time andDarren Tucker
2019-12-15don't treat HostKeyAgent=none as a path either; avoids spuriousDamien Miller
2019-12-15do not attempt to find an absolute path for sshd_configDamien Miller
2019-12-15allow security keys to act as host keys as well as user keys.Damien Miller
2019-11-25Add a sshd_config PubkeyAuthOptions directiveDamien Miller
2019-10-31Separate myproposal.h userauth pubkey typesDamien Miller
2019-09-06Allow prepending a list of algorithms to the default set by startingChristian Weisgerber
2019-04-18When running sshd -T, assume any attibute not provided by -C does not match,Darren Tucker
2019-03-25whitespaceDamien Miller
2019-03-06Move checks for lists of users or groups into their own function.Darren Tucker
2019-01-24Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*Darren Tucker
2019-01-23Remove support for obsolete host/port syntax.Darren Tucker
2019-01-19convert servconf.c to new packet APIDamien Miller
2019-01-19begin landing remaining refactoring of packet parsing API, startedDamien Miller
2018-11-19silence (to log level debug2) failure messages when loading the defaultDamien Miller
2018-11-16use path_absolute() for pathname checks; from Manoj AmpalamDamien Miller