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-28
no-touch-required certificate option should be an extension, not
Damien Miller
2020-02-28
better error message when trying to use a FIDO key function and
Damien Miller
2020-02-27
Drop leading space from line count that was confusing ssh-keygen's
Darren Tucker
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2020-02-26
Have sftp reject "-1" in the same way as ssh(1) and scp(1) do instead
Darren Tucker
2020-02-26
Remove obsolete XXX comment. ok deraadt@
Darren Tucker
2020-02-24
Fix typo. Patch from itoama at live.jp via github PR#173.
Darren Tucker
2020-02-21
Fix some typos and an incorrect word in docs. Patch from itoama at live.jp
Darren Tucker
2020-02-20
Update moduli generation script to new ssh-keygen generation and screening
Darren Tucker
2020-02-20
Import regenerated moduli.
Darren Tucker
2020-02-18
Ensure that the key lifetime provided fits within the values allowed by
Darren Tucker
2020-02-18
Detect and prevent simple configuration loops when using ProxyJump.
Darren Tucker
2020-02-16
document -F none; with jmc@
Christian Weisgerber
2020-02-14
openssh-8.2
Damien Miller
2020-02-07
sync the description of the $SSH_SK_PROVIDER environment variable with
Damien Miller
2020-02-07
Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to accept
Darren Tucker
2020-02-07
fix two PIN entry bugs on FIDO keygen: 1) it would allow more than the
Damien Miller
2020-02-06
When using HostkeyAlgorithms to merely append or remove algorithms
Damien Miller
2020-02-06
expand HostkeyAlgorithms prior to config dump, matching other
Damien Miller
2020-02-06
Add Include to the list of permitted keywords after a Match keyword.
Christian Weisgerber
2020-02-06
Replace "security key" with "authenticator" in program messages.
Christian Weisgerber
2020-02-04
require FIDO application strings to start with "ssh:"; ok markus@
Damien Miller
2020-02-03
revert enabling UpdateHostKeys by default - there are still corner cases
Damien Miller
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
[prev]
[next]