[openssh-commits] [openssh] branch master updated (a8bd5fdb -> b5fcb0ac)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jan 21 18:09:38 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from a8bd5fdb Wrap copy_environment_blacklist() in #ifdef
new 57b181ea upstream: pass the log-on-stderr flag and log level through to
new b8a4ca2e upstream: revise the fix for reversed arguments on
new 0d005d63 upstream: sync ssh-keygen.1 and ssh-keygen's usage() with each
new e8c06c4e upstream: Document loading of resident keys from a FIDO
new 84911da1 upstream: undo merge error and replace the term "security key"
new b715fdc7 upstream: one more replacement "(security) key" -> "(FIDO)
new 881aded0 upstream: a little more verbosity in sign_and_send_pubkey() debug
new 4a05d789 upstream: fix ssh-keygen not displaying authenticator touch
new 56bced43 upstream: Document sntrup4591761x25519-sha512 at tinyssh.org. Patch
new b5fcb0ac upstream: check access(ssh-sk-helper, X_OK) to provide friendly
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit b5fcb0ac1cc0ef01aeec1c089146298654ab3ae0
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jan 21 07:07:31 2020 +0000
upstream: check access(ssh-sk-helper, X_OK) to provide friendly
error message for misconfigured helper paths
OpenBSD-Commit-ID: 061bcc262155d12e726305c91394ac0aaf1f8341
commit 56bced43c14dc6fa2bfa1816007e441644105609
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Jan 21 06:09:56 2020 +0000
upstream: Document sntrup4591761x25519-sha512 at tinyssh.org. Patch
from jtesta at positronsecurity.com via github PR#151.
OpenBSD-Commit-ID: f3d48168623045c258245c340a5a2af7dbb74edc
commit 4a05d789b86314fef7303824f69defbc6b96ed60
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jan 21 05:56:56 2020 +0000
upstream: fix ssh-keygen not displaying authenticator touch
prompt; reported by jmc@
OpenBSD-Commit-ID: 04d4f582fc194eb3897ebcbfe286c49958ba2859
commit 881aded0389d999375f926051491a944c6d8752b
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jan 21 05:56:27 2020 +0000
upstream: a little more verbosity in sign_and_send_pubkey() debug
messages
OpenBSD-Commit-ID: 6da47a0e6373f6683006f49bc2a516d197655508
commit b715fdc71bbd009d0caff691ab3fc04903c4aee8
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Sat Jan 18 21:16:43 2020 +0000
upstream: one more replacement "(security) key" -> "(FIDO)
authenticator"
OpenBSD-Commit-ID: 031bca03c1d1f878ab929facd561911f1bc68dfd
commit 84911da1beeb6ed258a43468efb316cd39fb6855
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Sat Jan 18 15:45:41 2020 +0000
upstream: undo merge error and replace the term "security key"
again
OpenBSD-Commit-ID: 341749062c089cc360a7877e9ee3a887aecde395
commit e8c06c4ee708720efec12cd1a6f78a3c6d76b7f0
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Fri Jan 17 20:13:47 2020 +0000
upstream: Document loading of resident keys from a FIDO
authenticator.
* Rename -O to -K to keep "-O option" available.
* Document -K.
* Trim usage() message down to synopsis, like all other commands.
ok markus@
OpenBSD-Commit-ID: 015c2c4b28f8e19107adc80351b44b23bca4c78a
commit 0d005d6372a067b59123dec8fc6dc905f2c09e1e
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Tue Jan 14 15:07:30 2020 +0000
upstream: sync ssh-keygen.1 and ssh-keygen's usage() with each
other and reality ok markus@
OpenBSD-Commit-ID: cdf64454f2c3604c25977c944e5b6262a3bcce92
commit b8a4ca2ebfddab862f7eb1ea2a07fb9f70330429
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Sat Jan 11 16:23:10 2020 +0000
upstream: revise the fix for reversed arguments on
expand_proxy_command()
Always put 'host' before 'host_arg' for consistency. ok markus@ djm@
OpenBSD-Commit-ID: 1ba5b25472779f1b1957295fcc6907bb961472a3
commit 57b181eaf2d34fd0a1b51ab30cb6983df784de5a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Jan 10 23:43:26 2020 +0000
upstream: pass the log-on-stderr flag and log level through to
ssh-sk-helper, making debugging a bit easier. ok markus@
OpenBSD-Commit-ID: 2e7aea6bf5770d3f38b7c7bba891069256c5a49a
Summary of changes:
ssh-add.1 | 8 +++++---
ssh-add.c | 40 +++++++++++++++-------------------------
ssh-keygen.1 | 16 ++++++++--------
ssh-keygen.c | 11 +++++------
ssh-sk-client.c | 48 +++++++++++++++++++++++++++++++-----------------
ssh-sk-helper.c | 19 ++++++++++++-------
ssh-sk.h | 4 ++--
sshconnect.c | 8 ++++----
sshconnect2.c | 8 +++++---
sshd_config.5 | 6 ++++--
sshkey.c | 5 ++++-
11 files changed, 95 insertions(+), 78 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list