mirror of
https://github.com/devnullvoid/mcp-ssh-session.git
synced 2026-04-26 22:15:51 +03:00
[PR #4] [CLOSED] fix: add paramiko 4.0 compatibility for NoValidConnectionsError #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mcp-ssh-session#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devnullvoid/mcp-ssh-session/pull/4
Author: @markng
Created: 1/28/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
4d65f5dfix: add paramiko 4.0 compatibility for NoValidConnectionsError📊 Changes
1 file changed (+7 additions, -1 deletions)
View changed files
📝
mcp_ssh_session/session_manager.py(+7 -1)📄 Description
In paramiko 4.0.0+, NoValidConnectionsError moved from paramiko to paramiko.ssh_exception. Use try/except import pattern to support both paramiko 3.x and 4.x versions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.