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
/
readconf.c
Age
Commit message (
Expand
)
Author
2022-09-17
add a RequiredRSASize for checking RSA key length in ssh(1).
Damien Miller
2022-06-03
Make SetEnv directives first-match-wins in both sshd_config and
Damien Miller
2022-04-20
Avoid an unnecessary xstrdup in rm_env() when matching patterns.
Todd C. Miller
2022-02-08
Switch hpdelim interface to accept only ":" as delimiter.
Darren Tucker
2022-02-04
Since they are deprecated, move DSA to the end of the default list of
Darren Tucker
2021-12-19
PubkeyAuthentication=yes|no|unbound|host-bound
Damien Miller
2021-09-16
missing space character in ssh -G output broke the t-sshcfgparse
Damien Miller
2021-09-15
allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@
Damien Miller
2021-07-23
Add a ForkAfterAuthentication ssh_config(5) counterpart to the
Damien Miller
2021-07-23
Add a StdinNull directive to ssh_config(5) that allows the config
Damien Miller
2021-07-13
add a SessionType directive to ssh_config, allowing the configuration
Damien Miller
2021-07-02
Remove references to ChallengeResponseAuthentication in favour of
Darren Tucker
2021-06-08
fix regression in r1.356: for ssh_config options that accepted
Damien Miller
2021-06-08
Switch ssh_config parsing to use argv_split()
Damien Miller
2021-06-08
Check if IPQoS or TunnelDevice are already set before overriding.
Darren Tucker
2021-05-23
ssh: The client configuration keyword is "hostbasedacceptedalgorithms"
Christian Weisgerber
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-02-24
Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithms
Darren Tucker
2021-02-15
ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKS
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-08
make CheckHostIP default to 'no'. It doesn't provide any perceptible
Damien Miller
2020-12-22
Remove lines accidentally left behind in the ProxyJump parsing fix r1.345.
Theo Buehler
2020-12-22
add a ssh_config KnownHostsCommand that allows the client to obtain
Damien Miller
2020-12-21
properly fix ProxyJump parsing; Thanks to tb@ for pointing out my error
Damien Miller
2020-12-17
prepare readconf.c for fuzzing; remove fatal calls and fix some
Damien Miller
2020-11-30
Ignore comments at the end of config lines in ssh_config, similar to what
Darren Tucker
2020-11-15
revert r1.341; it breaks ProxyJump; reported by sthen@
Damien Miller
2020-11-11
fix logic error that broke URI parsing in ProxyJump directives;
Damien Miller
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-10-07
disable UpdateHostkeys by default if VerifyHostKeyDNS is enabled;
Damien Miller
2020-10-03
There are lots of place where we want to redirect stdin, stdout
Damien Miller
2020-10-03
enable UpdateHostkeys by default when the configuration has not
Damien Miller
2020-08-27
remove unreachable code I forgot to delete in r1.334
Damien Miller
2020-08-11
let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for
Damien Miller
2020-07-17
Add %k to the TOKENs for Match Exec for consistency with the other keywords
Darren Tucker
2020-07-05
some language improvements; ok markus
Damien Miller
2020-05-29
Allow some keywords to expand shell-style ${ENV} environment
Darren Tucker
2020-05-27
fix crash in recallocarray when deleting SendEnv variables;
Damien Miller
2020-04-24
Fix incorrect error message for "too many known hosts files." bz#3149, patch
Darren Tucker
2020-04-03
%C expansion just added to Match Exec should include remote user not local
Darren Tucker
2020-04-03
Make with config keywords support which percent_expansions more consistent.
Darren Tucker
2020-02-06
expand HostkeyAlgorithms prior to config dump, matching other
Damien Miller
2020-02-03
revert enabling UpdateHostKeys by default - there are still corner cases
Damien Miller
2020-01-30
enable UpdateKnownHosts=yes if the configuration specifies only the
Damien Miller
2020-01-25
set UpdateKnownHosts=ask by default; bz#2894; ok markus@
Damien Miller
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2020-01-23
Remove unsupported algorithms from list of defaults at run time and
Darren Tucker
[next]