summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2020-05-15sshd listener must not block if reexecd sshd exits early:Markus Friedl
2020-05-15fix off-by-one error that caused sftp downloads to make one moreDamien Miller
2020-05-13we are still aiming for pre-C99 ...Theo de Raadt
2020-05-13Enable credProtect extension when generating a resident key.Damien Miller
2020-05-13always call fido_init(); previous behaviour only called fido_init() whenDamien Miller
2020-05-13preserve group/world read permission on known_hosts file across runs ofDamien Miller
2020-05-13when ordering the hostkey algorithms to request from a server,Damien Miller
2020-05-12fix non-ASCII quote that snuck in; spotted by Gabriel KihlmanDamien Miller
2020-05-11clarify role of FIDO tokens in multi-factor authentictation;Damien Miller
2020-05-08fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@Damien Miller
2020-05-06openssh-8.3; ok deraadt@Damien Miller
2020-05-06another case where a utimes() failure could make scp send aDamien Miller
2020-05-02we have a sshkey_save_public() function to save public keys; use itDamien Miller
2020-05-01when receving a file in sink(), be careful to send at most a singleDamien Miller
2020-05-01expose vasnmprintf(); ok (as part of other commit) markus deraadtDamien Miller
2020-05-01avoid NULL dereference when attempting to convert invalid ssh.comDamien Miller
2020-04-30tweak previous; ok markusJason McIntyre
2020-04-30bring back debug() removed in rev 1.74; noted by pradeep kumarMarkus Friedl
2020-04-30run the 2nd ssh with BatchMode for scp -3Markus Friedl
2020-04-28when signing a challenge using a FIDO toke, perform the hashing in theDamien Miller
2020-04-26Fix comment typo. Patch from mforney at mforney.org.Darren Tucker
2020-04-25We've standardized on memset over bzero, replace a couple that had slippedDarren Tucker
2020-04-24Fix incorrect error message for "too many known hosts files." bz#3149, patchDarren Tucker
2020-04-24Remove leave_non_blocking() which is now dead code because nothing setsDarren Tucker
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-20fix a bug I introduced in r1.406: when printing private key fingerprintDamien Miller
2020-04-17repair private key fingerprint printing to also print comment afterDamien Miller
2020-04-17refactor out some duplicate private key loading code; based onDamien Miller
2020-04-17add space beteen macro arg and punctuation;Jason McIntyre
2020-04-17auth2-pubkey r1.89 changed the order of operations to checkingDamien Miller
2020-04-17fix reversed test that caused IdentitiesOnly=yes to not apply to keysDamien Miller
2020-04-17mention that /etc/hosts.equiv and /etc/shosts.equiv are notDamien Miller
2020-04-17make IgnoreRhosts a tri-state option: "yes" ignore rhosts/shosts,Damien Miller
2020-04-17allow the IgnoreRhosts directive to appear anywhere in a sshd_config,Damien Miller
2020-04-11add space between macro arg and punctuation;Jason McIntyre
2020-04-11Refactor private key parsing. Eliminates a fair bit of duplicatedDamien Miller
2020-04-10Add TOKEN percent expansion to LocalFoward and RemoteForward when usedDarren Tucker
2020-04-08let sshkey_try_load_public() load public keys from the unencryptedDamien Miller
2020-04-08simplify sshkey_try_load_public()Damien Miller
2020-04-08add sshkey_parse_pubkey_from_private_fileblob_type()Damien Miller
2020-04-08simplify sshkey_parse_private_fileblob_type()Damien Miller
2020-04-08check private key type against requested key type in new-style privateDamien Miller
2020-04-08check that pubkey in private key envelope matches actual private keyDamien Miller
2020-04-08refactor private key parsing a littleDamien Miller
2020-04-03r1.522 deleted one too many lines; repairDamien Miller
2020-04-03sort -N and add it to usage();Jason McIntyre
2020-04-03avoid another compiler warning spotted in -portableDamien Miller
2020-04-03fix format string (use %llu for uint64, not %lld). spotted by Darren andDamien Miller
2020-04-03Add a flag to re-enable verbose output when in batch mode;Damien Miller
2020-04-03chacha20-poly1305 AEAD using libcrypto EVP_chacha20Damien Miller