index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
servconf.c
Age
Commit message (
Expand
)
Author
2024-06-12
split PerSourcePenalties address tracking. Previously it used one
Damien Miller
2024-06-11
correct error message
Damien Miller
2024-06-06
enable PerSourcePenalties by default.
Damien Miller
2024-06-06
Add a facility to sshd(8) to penalise particular problematic client
Damien Miller
2024-05-17
fix incorrect debug option name introduce in previous commit
Damien Miller
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2024-03-04
Separate parsing of string array options from applying them to the
Damien Miller
2024-02-20
don't append a gratuitous space to the end of subsystem arguments;
Damien Miller
2023-10-11
add ChannelTimeout support to the client, mirroring the same option
Damien Miller
2023-09-08
fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here is
Damien Miller
2023-09-06
allow override of Sybsystem directives in sshd Match blocks
Damien Miller
2023-09-06
allocate the subsystems array as necessary and remove the fixed limit of
Damien Miller
2023-09-06
preserve quoting of Subsystem commands and arguments. This may change
Damien Miller
2023-09-06
downgrade duplicate Subsystem directives from being a fatal error
Damien Miller
2023-08-29
make PerSourceMaxStartups first-match-wins; ok dtucker@
Damien Miller
2023-07-17
move other RCSIDs to before their respective license blocks too
Damien Miller
2023-06-21
better validate CASignatureAlgorithms in ssh_config and sshd_config.
Damien Miller
2023-06-05
Store timeouts as int, not u_int as they are limited to INT_MAX.
Todd C. Miller
2023-05-24
fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand appears
Damien Miller
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2023-03-03
actually print "channeltimeout none" in config dump mode;
Damien Miller
2023-01-17
Add a sshd_config UnusedConnectionTimeout option to terminate
Damien Miller
2023-01-06
Implement channel inactivity timeouts
Damien Miller
2022-11-07
Remove some set but otherwise unused variables, spotted in -portable by
Darren Tucker
2022-11-07
Check for and disallow MaxStartups values less than or equal to zero
Darren Tucker
2022-09-17
Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limit
Damien Miller
2022-06-03
Make SetEnv directives first-match-wins in both sshd_config and
Damien Miller
2022-03-18
don't try to resolve ListenAddress directives in the sshd re-exec
Damien Miller
2022-02-08
Switch hpdelim interface to accept only ":" as delimiter.
Darren Tucker
2021-09-06
revision 1.381 neglected to remove sChallengeResponseAuthentication
Todd C. Miller
2021-07-02
Remove references to ChallengeResponseAuthentication in favour of
Darren Tucker
2021-06-08
switch sshd_config parsing to argv_split()
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-03-12
Add ModuliFile keyword to sshd_config to specify the location of the
Darren Tucker
2021-02-24
Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithms
Darren Tucker
2021-02-15
factor out opt_array_append; ok djm@
Markus Friedl
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2021-01-11
Correct spelling of persourcenetblocksize in config-dump mode.
Darren Tucker
2021-01-09
Add PerSourceMaxStartups and PerSourceNetBlockSize options which provide
Darren Tucker
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-16
LogVerbose keyword for ssh and sshd
Damien Miller
2020-08-28
Check that the addresses supplied to Match Address and Match
Darren Tucker
2020-08-27
support for requiring user verified FIDO keys in sshd
Damien Miller
2020-07-05
some language improvements; ok markus
Damien Miller
2020-06-24
support loading big sshd_config files w/o realloc; ok djm
Markus Friedl
2020-05-27
fix Include before Match in sshd_config; bz#3122 patch from Jakub Jelen
Damien Miller
2020-05-27
Do not call process_queued_listen_addrs() for every included file
Damien Miller
2020-04-17
make IgnoreRhosts a tri-state option: "yes" ignore rhosts/shosts,
Damien Miller
2020-04-17
allow the IgnoreRhosts directive to appear anywhere in a sshd_config,
Damien Miller
[next]