summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-04 12:51:16 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-04 12:51:16 -0800
commit2a99a8c9a4bde66720e9357963ce1896830528a1 (patch)
treefa6d93a219083f9e93ecca34946a7b454447503b
parentc9441c4a202dd53d4cb00946943745f580efa084 (diff)
downloadparamiko-2a99a8c9a4bde66720e9357963ce1896830528a1.tar.gz
Changelog closes #467
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 3310eb32..6ea85c45 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :feature:`467` (also :issue:`139`, :issue:`412`) Fully enable two-factor
+ authentication (e.g. when a server requires ``AuthenticationMethods
+ pubkey,keyboard-interactive``). Thanks to ``@perryjrandall`` for the patch
+ and to ``@nevins-b`` and Matt Robenolt for additional support.
* :bug:`502 major` Fix 'exec' requests in server mode to use ``get_string``
instead of ``get_text`` to avoid ``UnicodeDecodeError`` on non-UTF-8 input.
Thanks to Anselm Kruis for the patch & discussion.