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
2024-09-26
fix previous change to ssh_config Match, which broken on negated
Damien Miller
2024-09-25
fix regression introduced when I switched the "Match" criteria tokeniser
Damien Miller
2024-09-15
switch "Match" directive processing over to the argv string
Damien Miller
2024-09-03
allow the "Include" directive to expand the same set of %-tokens
Damien Miller
2024-08-23
As defined in the RFC, the SSH protocol has negotiable compression support
Theo de Raadt
2024-05-17
spelling; ok djm@
Jonathan Gray
2024-03-04
fix leak of CanonicalizePermittedCNAMEs on error path; spotted
Damien Miller
2024-03-04
Separate parsing of string array options from applying them to the
Damien Miller
2024-01-11
make DSA key support compile-time optional, defaulting to on
Damien Miller
2023-10-12
add %j token that expands to the configured ProxyJump hostname (or
Damien Miller
2023-10-11
add ChannelTimeout support to the client, mirroring the same option
Damien Miller
2023-08-28
Add keystroke timing obfuscation to the client.
Damien Miller
2023-07-17
missing match localnetwork negation check
Damien Miller
2023-07-17
Add support for configuration tags to ssh(1).
Damien Miller
2023-07-17
add a "match localnetwork" predicate.
Damien Miller
2023-06-21
better validate CASignatureAlgorithms in ssh_config and sshd_config.
Damien Miller
2023-03-31
don't leak arg2 on parse_pubkey_algos error path; ok dtucker@
Damien Miller
2023-03-10
Remove no-op (int) > INT_MAX checks since they can never be true.
Darren Tucker
2023-03-09
modify parentheses in conditionals to make it clearer what is being
Joshua Stein
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2023-01-13
Add a "Host" line to the output of ssh -G showing the original host arg.
Darren Tucker
2023-01-02
fix bug in PermitRemoteOpen which caused it to ignore its first
Damien Miller
2022-11-28
New EnableEscapeCommandline ssh_config(5) option
Damien Miller
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
[next]