Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
paramiko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
paramiko
Commits
db29b1cbdb5a
Commit
db29b1cbdb5a
authored
12 years ago
by
Ethan Glasser-Camp
Browse files
Options
Downloads
Patches
Plain Diff
Add NEWS entry
parent
8ce0a9b04d82
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+8
-0
8 additions, 0 deletions
NEWS
with
8 additions
and
0 deletions
NEWS
+
8
−
0
View file @
db29b1cb
...
...
@@ -15,6 +15,14 @@
v1.11.0 (DD MM YYYY)
--------------------
* #152: Add tentative support for ECDSA keys. *This adds the ecdsa
module as a dependency of Paramiko.* The module is available at
`warner/python-ecdsa on Github
<https://github.com/warner/python-ecdsa>`_ and `ecdsa on PyPI
<https://pypi.python.org/pypi/ecdsa>`_. Note that you might still
run into problems with key negotiation -- Paramiko picks the first
key that the server offers, which might not be what you have in your
known_hosts file.
* #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now
creates the shared memory map with explicit Security Attributes of the user,
which is the same technique employed by the canonical PuTTY library to avoid
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment