diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 15:04:40 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 15:04:44 -0500 |
commit | 78fd010db387c66d4c65d67e789953c1266aa06e (patch) | |
tree | 4c0431069bf07979071c9d443a66cc4a242a39e8 /sites | |
parent | 4253637161ff3c8f2a9c92901640b73d492a1fe3 (diff) |
Changelog re #602
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 67ba6554..f082cc41 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,16 @@ Changelog ========= +- :feature:`602` (via :issue:`1343`, :issue:`1313`, :issue:`618`) Implement + support for OpenSSH 6.5-style private key files (typically denoted as having + ``BEGIN OPENSSH PRIVATE KEY`` headers instead of PEM format's ``BEGIN RSA + PRIVATE KEY`` or similar). If you were getting any sort of weird auth error + from "modern" keys generated on newer operating system releases (such as + macOS Mojave), this is the first update to try. + + Major thanks to everyone who contributed or tested versions of the patch, + including but not limited to: Kevin Abel, Michiel Tiller, Pierce Lopez, and + Jared Hobbs. - :bug:`- major` ``ssh_config`` :ref:`token expansion <TOKENS>` used a different method of determining the local username (``$USER`` env var), compared to what the (much older) client connection code does |