summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2020-02-28no-touch-required certificate option should be an extension, notDamien Miller
2020-02-28better error message when trying to use a FIDO key function andDamien Miller
2020-02-27Drop leading space from line count that was confusing ssh-keygen'sDarren Tucker
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2020-02-26Have sftp reject "-1" in the same way as ssh(1) and scp(1) do insteadDarren Tucker
2020-02-26Remove obsolete XXX comment. ok deraadt@Darren Tucker
2020-02-24Fix typo. Patch from itoama at live.jp via github PR#173.Darren Tucker
2020-02-21Fix some typos and an incorrect word in docs. Patch from itoama at live.jpDarren Tucker
2020-02-20Update moduli generation script to new ssh-keygen generation and screeningDarren Tucker
2020-02-20Import regenerated moduli.Darren Tucker
2020-02-18Ensure that the key lifetime provided fits within the values allowed byDarren Tucker
2020-02-18Detect and prevent simple configuration loops when using ProxyJump.Darren Tucker
2020-02-16document -F none; with jmc@Christian Weisgerber
2020-02-14openssh-8.2Damien Miller
2020-02-07sync the description of the $SSH_SK_PROVIDER environment variable withDamien Miller
2020-02-07Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to acceptDarren Tucker
2020-02-07fix two PIN entry bugs on FIDO keygen: 1) it would allow more than theDamien Miller
2020-02-06When using HostkeyAlgorithms to merely append or remove algorithmsDamien Miller
2020-02-06expand HostkeyAlgorithms prior to config dump, matching otherDamien Miller
2020-02-06Add Include to the list of permitted keywords after a Match keyword.Christian Weisgerber
2020-02-06Replace "security key" with "authenticator" in program messages.Christian Weisgerber
2020-02-04require FIDO application strings to start with "ssh:"; ok markus@Damien Miller
2020-02-03revert enabling UpdateHostKeys by default - there are still corner casesDamien Miller
2020-02-03use better markup for challenge and write-attestation,Jason McIntyre
2020-02-02Output (none) in debug in the case in the CheckHostIP=no case asDarren Tucker
2020-02-02Prevent possible null pointer deref of ip_str in debug.Darren Tucker
2020-02-02shuffle the challenge keyword to keep the -O list sorted;Jason McIntyre
2020-02-01tweak previous;Jason McIntyre
2020-01-31whitespaceDamien Miller
2020-01-31force early logging to stderr if debug_flag (-d) is set; avoidsDamien Miller
2020-01-31mistake in previous: filling the incorrect bufferDamien Miller
2020-01-31Add a sshd_config "Include" directive to allow inclusion of files.Damien Miller
2020-01-31spelling fix;Jason McIntyre
2020-01-30document changed default for UpdateHostKeysDamien Miller
2020-01-30enable UpdateKnownHosts=yes if the configuration specifies only theDamien Miller
2020-01-30use sshpkt_fatal() instead of plain fatal() for ssh_packet_write_poll()Damien Miller
2020-01-30check the return value of ssh_packet_write_poll() and callDamien Miller
2020-01-30have sshpkt_fatal() save/restore errno before we potentiallyDamien Miller
2020-01-29markus suggests a simplification to previousDamien Miller
2020-01-29give more context to UpdateHostKeys messages, mentioning that theDamien Miller
2020-01-28changes to support FIDO attestationDamien Miller
2020-01-28disable UpdateHostKeys=ask when in quiet mode;Damien Miller
2020-01-28make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based onDamien Miller
2020-01-27disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@Markus Friedl
2020-01-26for UpdateHostKeys, don't report errors for unsupported key types -Damien Miller
2020-01-26downgrade error() for missing subsequent known_hosts files to debug()Damien Miller
2020-01-25clarify that BatchMode applies to all interactive prompts (e.g. host keyDamien Miller
2020-01-25tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.cDamien Miller
2020-01-25improve the error message for u2f enrollment errors by makingDamien Miller
2020-01-25factor out reading/writing sshbufs to dedicated functions;Damien Miller