summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2020-09-09For the hostkey confirmation message:Damien Miller
2020-09-09when writing an attestation blob for a FIDO key, record all the dataDamien Miller
2020-08-31refuse to add verify-required (PINful) FIDO keys to ssh-agent untilDamien Miller
2020-08-31Add RCS IDs to the few files that are missing them;Damien Miller
2020-08-28Check that the addresses supplied to Match Address and MatchDarren Tucker
2020-08-27sentence fix; from pedro martellettoJason McIntyre
2020-08-27debug()-print a little info about FIDO-specific key fields viaDamien Miller
2020-08-27skip a bit more FIDO token selection logic when only a single tokenDamien Miller
2020-08-27tweak previous;Jason McIntyre
2020-08-27remove unreachable code I forgot to delete in r1.334Damien Miller
2020-08-27Request PIN ahead of time for certain FIDO actionsDamien Miller
2020-08-27preserve verify-required for resident FIDO keysDamien Miller
2020-08-27major rework of FIDO token selection logicDamien Miller
2020-08-27support for requiring user verified FIDO keys in sshdDamien Miller
2020-08-27support for user-verified FIDO keysDamien Miller
2020-08-12ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@cheloha
2020-08-11let ssh_config(5)'s AddKeysToAgent keyword accept a time limit forDamien Miller
2020-08-11let the "Confirm user presence for key ..." ssh-askpass notificationDamien Miller
2020-08-03ensure that certificate extensions are lexically sorted. PreviouslyDamien Miller
2020-08-03allow -A to explicitly enable agent forwarding in scp and sftp. TheDamien Miller
2020-08-03clang -Wimplicit-fallthrough does not recognise /* FALLTHROUGH */Theo de Raadt
2020-07-31Also compare username when checking for JumpHost loops. bz#3057, ok djm@Darren Tucker
2020-07-17Add %k to the TOKENs for Match Exec for consistency with the other keywordsDarren Tucker
2020-07-17fix macro slip in previous;Jason McIntyre
2020-07-17log error message for process_write() write failuresDamien Miller
2020-07-17Add a '%k' TOKEN that expands to the effective HostKey of theDarren Tucker
2020-07-17Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile,Darren Tucker
2020-07-15- Add [-a rounds] in ssh-keygen man page and usage()solene
2020-07-15start sentence with capital letter;Jason McIntyre
2020-07-15Add default for number of rounds (-a). ok djm@Darren Tucker
2020-07-14allow some additional control over the use of ssh-askpassDamien Miller
2020-07-07correct recently broken commentsTheo de Raadt
2020-07-05some language improvements; ok markusDamien Miller
2020-07-03update setproctitle after re-exec; ok djmMarkus Friedl
2020-07-03keep ignoring HUP after fork+exec; ok djmMarkus Friedl
2020-07-03don't exit the listener on send_rexec_state errors; ok djmMarkus Friedl
2020-07-03put back the mux_ctx memleak fix, but only for channels of typeDamien Miller
2020-07-03revert r1.399 - the lifetime of c->mux_ctx is more complex; simply freeingDamien Miller
2020-07-03avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd isDamien Miller
2020-07-03when redirecting sshd's log output to a file, undo this redirectionDamien Miller
2020-07-03start ClientAliveInterval bookkeeping before first pass throughDamien Miller
2020-07-03Only reset the serveralive check when we receive traffic from the serverDarren Tucker
2020-07-03fix memory leak of mux_ctx; patch from Sergiy Lozovsky via bz3189Damien Miller
2020-07-01free kex in ssh_packet_close; ok djm semarieMarkus Friedl
2020-06-27Replace TAILQ concatenation loops with TAILQ_CONCATbket
2020-06-26backout 1.293 fix kex mem-leak in ssh_packet_close at markus requestSebastien Marie
2020-06-26avoid spurious error message when ssh-keygen creates filesDamien Miller
2020-06-26handle EINTR in waitfd() and timeout_connect() helpers;Damien Miller
2020-06-26allow "ssh-add -d -" to read keys to be deleted from stdinDamien Miller
2020-06-26constify a few things; ok dtucker (as part of another diff)Damien Miller