-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Pull requests: paramiko/paramiko
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix KeyError when RSAKey.sign_ssh_data() is called with no algorithm
#2691
opened Sep 17, 2026 by
Tatamis
Loading…
fix: avoid O(n²) buffer copying in BufferedFile.read
#2690
opened Sep 11, 2026 by
VenkateswarluNagineni
Loading…
Avoid ChannelStdinFile GC deadlock when channel lock is held
#2687
opened Sep 7, 2026 by
Dmao233
Loading…
Use memoryview in Channel.sendall to avoid quadratic byte copying
#2683
opened Sep 2, 2026 by
mturac
Loading…
Validate default_window_size and default_max_packet_size in Transport
#2681
opened Aug 31, 2026 by
afonsojanu
Loading…
Add in certificate identifiers for Ed25519 and ECDSA key types (was u…
Bug
Keys
Ready for review
#2680
opened Aug 26, 2026 by
radssh
Contributor
Loading…
Avoid O(n^2) copying in Channel.sendall/sendall_stderr
#2678
opened Aug 26, 2026 by
SongLiyang2000
Loading…
SSHConfig: tolerate unresolvable local username
#2677
opened Aug 26, 2026 by
SongLiyang2000
Loading…
AgentKey.sign_ssh_data: return a Message like other PKey subclasses
#2676
opened Aug 26, 2026 by
SongLiyang2000
Loading…
Use constant-time comparison for host key bytes
Bug
Keys
Ready for review
Security
#2674
opened Aug 24, 2026 by
aroh3006
Loading…
docs: document byte credentials for SSHClient.connect
#2667
opened Aug 9, 2026 by
daleselaji-dev
Loading…
Fix O(n^2) buffer copying in Channel.sendall/sendall_stderr
#2666
opened Aug 2, 2026 by
saket3395
Loading…
1 of 2 tasks
Fix bare except clauses in agent.py, channel.py, client.py, and transport.py
#2644
opened Jul 12, 2026 by
koteshyelamati
Loading…
ci: Add free-threaded Python 3.13t/3.14t to CircleCI testing matrix
#2642
opened Jul 7, 2026 by
xsub
Loading…
add missing docstrings to format_binary, format_binary_line, safe_string and clamp_value
#2641
opened Jul 4, 2026 by
RavSinghChandan
Loading…
fix: warn and skip unknown Match criteria in SSHConfig
#2640
opened Jul 3, 2026 by
kaizeenn
Loading…
Fix typo in ber.py and add missing BER test suite
#2638
opened Jun 29, 2026 by
Naman-the-Ace
Loading…
Fix RSAKey.sign_ssh_data() KeyError when called without explicit algorithm
#2637
opened Jun 28, 2026 by
Naman-the-Ace
Loading…
Map
SFTP_OP_UNSUPPORTED to an appropriate errno.ENOTSUP
#2636
opened Jun 25, 2026 by
jlaine
Loading…
fix: skip Match blocks with unknown criteria
#2634
opened Jun 18, 2026 by
decembercomposer697-hue
Loading…
fix: default RSAKey.sign_ssh_data to rsa-sha2-256 when algorithm not in HASHES
#2633
opened Jun 14, 2026 by
kaizeenn
Loading…
Fix RSAKey.sign_ssh_data KeyError on default ssh-rsa algorithm
#2631
opened Jun 5, 2026 by
arpitjain099
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.