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
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
2019-12-21
Allow forwarding a different agent socket to the path specified by
Damien Miller
2019-12-20
Move always unsupported keywords to be grouped with the other ones.
Darren Tucker
2019-12-20
Remove obsolete opcodes from the configuation enum. Patch from
Darren Tucker
2019-12-20
Remove now-obsolete config options from example in comment. Patch from
Darren Tucker
2019-12-15
allow security keys to act as host keys as well as user keys.
Damien Miller
2019-11-14
directly support U2F/FIDO2 security keys in OpenSSH by linking
Damien Miller
2019-11-13
remove size_t gl_pathc < 0 test, it is invalid. the return value from
Theo de Raadt
2019-11-13
stdarg.h required more broadly; ok djm
Theo de Raadt
2019-11-12
enable ed25519 support; ok djm
Markus Friedl
2019-10-31
ssh client support for U2F/FIDO keys
Damien Miller
2019-09-06
Allow prepending a list of algorithms to the default set by starting
Christian Weisgerber
2019-08-09
produce a useful error message if the user's shell is set incorrectly
Damien Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-12
Hostname->HostName cleanup; from lauri tirkkonen
Jason McIntyre
2019-06-07
Typo and spelling fixes in comments and error messages. Patch from
Darren Tucker
2019-03-01
let PKCS11Provider=none do what users expect
Damien Miller
2019-02-23
openssh-7.9 accidentally reused the server's algorithm lists in the
Damien Miller
2018-11-23
add a ssh_config "Match final" predicate
Damien Miller
2018-11-16
use path_absolute() for pathname checks; from Manoj Ampalam
Damien Miller
2018-10-05
Support using service names for port numbers.
Christian Weisgerber
2018-10-03
Allow ssh_config IdentityAgent directive to accept environment variable
Damien Miller
2018-09-20
add CASignatureAlgorithms option for the client, allowing it to specify
Damien Miller
2018-08-12
better diagnosics on alg list assembly errors; ok deraadt@ markus@
Damien Miller
2018-07-27
Now that ssh can't be setuid, remove the original_real_uid and
Darren Tucker
2018-07-27
Remove uid checks from low port binds. Now that ssh cannot be
Darren Tucker
2018-07-19
Deprecate UsePrivilegedPort now that support for running ssh(1)
Darren Tucker
2018-07-18
Remove support for running ssh(1) setuid and fatal if attempted.
Darren Tucker
2018-07-04
repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -
Damien Miller
2018-06-10
unbreak SendEnv; patch from tb@
Damien Miller
2018-06-09
add a SetEnv directive to ssh_config that allows setting environment
Damien Miller
2018-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2018-06-01
make UID available as a %-expansion everywhere that the username is
Damien Miller
2018-05-22
support ProxyJump=none to disable ProxyJump functionality; bz#2869
Damien Miller
2018-04-06
Allow "SendEnv -PATTERN" to clear environment variables previously
Damien Miller
2018-04-06
add a couple of missed options to the config dump; patch from
Damien Miller
2018-04-04
Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...
job
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
[next]