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
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
2018-02-23
Add BindInterface ssh_config directive and -B command-line argument
Damien Miller
2017-12-05
Replace atoi and strtol conversions for integer arguments to config
Darren Tucker
2017-10-21
Add URI support to ssh, sftp and scp. For example ssh://user@host
Todd C. Miller
2017-09-21
Add 'reverse' dynamic forwarding which combines dynamic forwarding
Markus Friedl
2017-09-03
Expand ssh_config's StrictModes option with two new settings:
Damien Miller
2017-05-30
Add RemoteCommand option to specify a command in the ssh config
Alexander Bluhm
2017-05-20
there's no reason to artificially limit the key path here, just check
Damien Miller
2017-04-30
remove SSHv1 configuration options and man pages bits
Damien Miller
2017-04-30
remove SSHv1 ciphers; ok markus@
Damien Miller
2017-04-30
remove options.protocol and client Protocol configuration knob
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2017-04-28
Add SyslogFacility option to ssh(1) matching the equivalent option in
Darren Tucker
2017-03-10
better match sshd config parser behaviour: fatal() if line is overlong,
Damien Miller
2017-03-10
Plug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com via
Darren Tucker
2017-02-03
support =- for removing methods from algorithms lists, e.g.
Damien Miller
2017-02-03
allow form-feed characters at EOL; bz#2431 ok dtucker@
Damien Miller
2017-01-30
small cleanup post SSHv1 removal:
Damien Miller
[next]