[openssh-commits] [openssh] branch master updated (fbd9729d -> 3e60d18f)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Dec 30 14:34:00 AEDT 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  fbd9729d  upstream: unit tests for ForwardAgent=/path; from Eric Chiang
       new  141df487  upstream: Replace the term "security key" with "(FIDO)
       new  5b6c9547  upstream: in the options list, sort -Y and -y;
       new  20ccd854  upstream: sort -Y internally in the options list, as is already
       new  1e645fe7  upstream: prepare for use of ssh-keygen -O flag beyond certs
       new  3e60d18f  upstream: remove single-letter flags for moduli options

The 5 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 3e60d18fba1b502c21d64fc7e81d80bcd08a2092
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Dec 30 03:30:09 2019 +0000

    upstream: remove single-letter flags for moduli options
    
    Move all moduli generation options to live under the -O flag.
    
    Frees up seven single-letter flags.
    
    NB. this change break existing ssh-keygen commandline syntax for moduli-
    related operations. Very few people use these fortunately.
    
    feedback and ok markus@
    
    OpenBSD-Commit-ID: d498f3eaf28128484826a4fcb343612764927935

commit 1e645fe767f27725dc7fd7864526de34683f7daf
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Dec 30 03:28:41 2019 +0000

    upstream: prepare for use of ssh-keygen -O flag beyond certs
    
    Move list of available certificate options in ssh-keygen.1 to the
    CERTIFICATES section.
    
    Collect options specified by -O but delay parsing/validation of
    certificate options until we're sure that we're acting as a CA.
    
    ok markus@
    
    OpenBSD-Commit-ID: 33e6bcc29cfca43606f6fa09bd84b955ee3a4106

commit 20ccd854245c598e2b47cc9f8d4955d645195055
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Fri Dec 27 08:28:44 2019 +0000

    upstream: sort -Y internally in the options list, as is already
    
    done in synopsis;
    
    OpenBSD-Commit-ID: 86d033c5764404057616690d7be992e445b42274

commit 5b6c954751dd3677466cda7adb92e4f05446c96c
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Fri Dec 27 08:25:07 2019 +0000

    upstream: in the options list, sort -Y and -y;
    
    OpenBSD-Commit-ID: 24c2e6a3aeab6e050a0271ffc73fdff91c10dcaa

commit 141df487ba699cfd1ec3dcd98186e7c956e99024
Author: naddy at openbsd.org <naddy at openbsd.org>
Date:   Sat Dec 21 20:22:34 2019 +0000

    upstream: Replace the term "security key" with "(FIDO)
    
    authenticator".
    
    The polysemous use of "key" was too confusing.  Input from markus at .
    ok jmc@
    
    OpenBSD-Commit-ID: 12eea973a44c8232af89f86e4269d71ae900ca8f

Summary of changes:
 ssh-add.1       |  21 ++--
 ssh-agent.1     |   8 +-
 ssh-keygen.1    | 377 +++++++++++++++++++++++++++++---------------------------
 ssh-keygen.c    | 258 +++++++++++++++++++++++---------------
 ssh-sk-helper.8 |   8 +-
 ssh.1           |  12 +-
 ssh_config.5    |  12 +-
 sshd.8          |   6 +-
 sshd_config.5   |  18 +--
 9 files changed, 391 insertions(+), 329 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list