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
Age
Commit message (
Expand
)
Author
2020-02-03
use better markup for challenge and write-attestation,
Jason McIntyre
2020-02-02
Output (none) in debug in the case in the CheckHostIP=no case as
Darren Tucker
2020-02-02
Prevent possible null pointer deref of ip_str in debug.
Darren Tucker
2020-02-02
shuffle the challenge keyword to keep the -O list sorted;
Jason McIntyre
2020-02-01
tweak previous;
Jason McIntyre
2020-01-31
whitespace
Damien Miller
2020-01-31
force early logging to stderr if debug_flag (-d) is set; avoids
Damien Miller
2020-01-31
mistake in previous: filling the incorrect buffer
Damien Miller
2020-01-31
Add a sshd_config "Include" directive to allow inclusion of files.
Damien Miller
2020-01-31
spelling fix;
Jason McIntyre
2020-01-30
document changed default for UpdateHostKeys
Damien Miller
2020-01-30
enable UpdateKnownHosts=yes if the configuration specifies only the
Damien Miller
2020-01-30
use sshpkt_fatal() instead of plain fatal() for ssh_packet_write_poll()
Damien Miller
2020-01-30
check the return value of ssh_packet_write_poll() and call
Damien Miller
2020-01-30
have sshpkt_fatal() save/restore errno before we potentially
Damien Miller
2020-01-29
markus suggests a simplification to previous
Damien Miller
2020-01-29
give more context to UpdateHostKeys messages, mentioning that the
Damien Miller
2020-01-28
changes to support FIDO attestation
Damien Miller
2020-01-28
disable UpdateHostKeys=ask when in quiet mode;
Damien Miller
2020-01-28
make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based on
Damien Miller
2020-01-27
disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@
Markus Friedl
2020-01-26
for UpdateHostKeys, don't report errors for unsupported key types -
Damien Miller
2020-01-26
downgrade error() for missing subsequent known_hosts files to debug()
Damien Miller
2020-01-25
clarify that BatchMode applies to all interactive prompts (e.g. host key
Damien Miller
2020-01-25
tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.c
Damien Miller
2020-01-25
improve the error message for u2f enrollment errors by making
Damien Miller
2020-01-25
factor out reading/writing sshbufs to dedicated functions;
Damien Miller
2020-01-25
add a comment describing the ranges of channel IDs that we use;
Damien Miller
2020-01-25
make sshd_config:ClientAliveCountMax=0 disable the connection killing
Damien Miller
2020-01-25
clarify order of AllowUsers/DenyUsers vs AllowGroups/DenyGroups;
Damien Miller
2020-01-25
when AddKeysToAgent=yes is set and the key contains no comment,
Damien Miller
2020-01-25
group14-sha1 is no longer a default algorithm
Ted Unangst
2020-01-25
reword HashKnownHosts description a little more; some people found
Damien Miller
2020-01-25
weaken the language for what HashKnownHosts provides with regards
Damien Miller
2020-01-25
the GatewayPorts vs -R listen address selection logic is still
Damien Miller
2020-01-25
mention that permitopen=/PermitOpen do no name to address
Damien Miller
2020-01-25
unrevert this:
Damien Miller
2020-01-25
set UpdateKnownHosts=ask by default; bz#2894; ok markus@
Damien Miller
2020-01-25
allow UpdateKnownHosts=yes to function when multiple known_hosts files
Damien Miller
2020-01-25
process security key provider via realpath() in agent, avoids
Damien Miller
2020-01-25
expose PKCS#11 key labels/X.509 subjects as comments
Damien Miller
2020-01-24
tweak proctitle to include sshd arguments, as these are frequently
Damien Miller
2020-01-24
add xextendf() to extend a string with a format (reallocating as
Damien Miller
2020-01-24
minor tweaks to ssh-keygen -Y find-principals:
Damien Miller
2020-01-24
remove ssh-rsa (SHA1) from the list of allowed CA signature algorithms
Damien Miller
2020-01-24
when signing a certificate with an RSA key, default to a safe signature
Damien Miller
2020-01-24
allow PEM export of DSA and ECDSA keys; bz3091, patch from Jakub Jelen
Damien Miller
2020-01-23
ssh-keygen -Y find-principals fixes based on feedback from Markus:
Damien Miller
2020-01-23
Fix typo in comment.
Darren Tucker
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
[next]