0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Spelling More... almost 13 years ago
Add host negation support to paramiko config. This is a rewrite of the SSHConfig class to conform with the rules specified by the manpage for ssh_config. This change also adds support for negation according to the rules introduced by OpenSSH 5.9. Reference: http://www.openssh.com/txt/release-5.9 More... almost 13 years ago
Add host negation support to paramiko config. This is a rewrite of the SSHConfig class to conform with the rules specified by the manpage for ssh_config. This change also adds support for negation according to the rules introduced by OpenSSH 5.9. Reference: http://www.openssh.com/txt/release-5.9 More... almost 13 years ago
Add test for host negation. More... almost 13 years ago
Add test for host negation. More... almost 13 years ago
Updated tests for new ssh config format. More... almost 13 years ago
Updated tests for new ssh config format. More... almost 13 years ago
Merge branch '1.8' More... almost 13 years ago
Refactoring: it's a thing. Re #85 More... almost 13 years ago
Only override unittest assertions when absolutely necessary. More... almost 13 years ago
SSHClient: add 'sock' parameter to connect() for tunneling More... almost 13 years ago
Move SFTPClient.get() termination condition to loop end. More... almost 13 years ago
Merge branch '1.8' More... almost 13 years ago
Meh fabfile for docs uploading More... almost 13 years ago
Add 1.9.0 to master NEWS More... almost 13 years ago
Set up 1.8.1 chunk in NEWS More... almost 13 years ago
Add missing release date to NEWS for 1.8.0 More... almost 13 years ago
do not write ,,garbage'' to known_hosts file(s) More... almost 13 years ago
Load host entries from the known_hosts file(s) before writing the file from RAM to disk. Avoids loss of host entries in case other SSH clients have written to the known_hosts file(s) meanwhile. More... almost 13 years ago
Assure that host entries in known_hosts files do not duplicate endlessly if keys from known_hosts are loaded via HostKeys.load() more than once (e.g. for refreshing the list of known hosts during runtime). More... almost 13 years ago
Store hostname hashes in memory rathen than the non-hashed host entries. Also assures that the host entries in known_hosts get saved in hashed format as it is currently standard in OpenSSH. More... almost 13 years ago
80-col fix More... almost 13 years ago
Fix module import in tests More... almost 13 years ago
Correct dev-installation doc in package metadata More... almost 13 years ago
Whitespace + lang tweak More... almost 13 years ago
Init header update More... almost 13 years ago
Nuke old copy of original README More... almost 13 years ago
Transition back to Paramiko's readme; update to be currently accurate More... almost 13 years ago
Remove extraneous changelog lines from 'ssh' More... almost 13 years ago
Namespace issue numbers appropriately More... almost 13 years ago