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
01adba0cba0e
Commit
01adba0cba0e
authored
2 years ago
by
Jeff Forcier
Browse files
Options
Downloads
Patches
Plain Diff
Fix changelog link
parent
4d18a7bd8640
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
sites/www/changelog.rst
+5
-4
5 additions, 4 deletions
sites/www/changelog.rst
with
5 additions
and
4 deletions
sites/www/changelog.rst
+
5
−
4
View file @
01adba0c
...
@@ -9,10 +9,11 @@
...
@@ -9,10 +9,11 @@
errors (though we hasten to remind everyone that Client and Transport have
errors (though we hasten to remind everyone that Client and Transport have
their own ``.close()`` methods for use in non-error situations!). Patch
their own ``.close()`` methods for use in non-error situations!). Patch
courtesy of ``@YoavCohen``.
courtesy of ``@YoavCohen``.
- bug:`1637` (via :issue:`1599`) Raise `SSHException` explicitly when blank
- bug:`1637` (via :issue:`1599`) Raise `~paramiko.ssh_exception.SSHException`
private key data is loaded, instead of the natural result of ``IndexError``.
explicitly when blank private key data is loaded, instead of the natural
This should help more bits of Paramiko or Paramiko-adjacent codebases to
result of ``IndexError``. This should help more bits of Paramiko or
correctly handle this class of error. Credit: Nicholas Dietz.
Paramiko-adjacent codebases to correctly handle this class of error. Credit:
Nicholas Dietz.
- :release:`2.10.5 <2022-05-16>`
- :release:`2.10.5 <2022-05-16>`
- :release:`2.9.5 <2022-05-16>`
- :release:`2.9.5 <2022-05-16>`
- :bug:`1933` Align signature verification algorithm with OpenSSH re:
- :bug:`1933` Align signature verification algorithm with OpenSSH re:
...
...
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