index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-09-23
make sure to break out of key auth loop on success when doing 2-factor
Andrew
2012-09-23
add support for 2 factor authentication (key+password)
Andrew
2012-09-23
Attribution re: #33
Jeff Forcier
2012-09-23
Attribution re #32
Jeff Forcier
2012-09-23
show us the offending host key
Thomas Vander Stichele
2012-09-23
re #33 - fix typo, be more pythonic
Jan Brauer
2012-09-23
Fix #33 - parse config as described by manpage
Jan Brauer
2012-09-23
Attribution for Paramiko 63
Jeff Forcier
2012-09-23
Changelog for previous commit
Jeff Forcier
2012-09-23
Fix SSHException when re-keying over a fast connection
Jeff Forcier
2012-09-23
Fix broken tests
Jeff Forcier
2012-09-23
Bump to 1.7.14
Jeff Forcier
2012-09-23
Reorganize forwarded agent cxns to avoid errors
Jeff Forcier
2012-09-23
safe type checking (isinstance instead of type-is)
Jeff Forcier
2012-09-23
Changelog re #15
Jeff Forcier
2012-09-23
Add support for variable expansion in SSHConfig
Olle Lundberg
2012-09-23
Add basic support for parameter substitution in SSHConfig.
Olle Lundberg
2012-09-23
Ignore test log
Jeff Forcier
2012-09-23
Remove comparison between int and str
Bobby Impollonia
2012-09-23
Replace hard tabs with spaces
Bobby Impollonia
2012-09-23
Also as well? Y U NO ENGLISH GOOD
Jeff Forcier
2012-09-23
Language tweak
Jeff Forcier
2012-09-23
First draft of modern explanatory README
Jeff Forcier
2012-09-23
Fix FSF address
Silas Sewell
2012-09-23
Cut 1.7.13
Jeff Forcier
2012-09-23
Fixes #4, thanks again to @jaraco
Jeff Forcier
2012-09-23
Whitespace tweaks, thanks @jaraco
Jeff Forcier
2012-09-23
Move fcntl import to avoid high level ImportErrors on Windows
Jeff Forcier
2012-09-23
Clean up Makefile, ensure release is useful again
Jeff Forcier
2012-09-23
Release 1.7.12
Jeff Forcier
2012-09-23
Changelog entry for io_sleep change
Jeff Forcier
2012-09-23
Changelog entry for 1.7.11 (internal only though)
Jeff Forcier
2012-09-23
Forgot to re-add import, derp
Jeff Forcier
2012-09-23
Add IO sleep to agent forward communications.
Jeff Forcier
2012-09-23
Trying something stupid re: ==dev
Jeff Forcier
2012-09-23
Bump to 1.7.11
Jeff Forcier
2012-09-23
Partially revert centralized version stuff
Jeff Forcier
2012-09-23
Goofed up the RST
Jeff Forcier
2012-09-23
add ==dev install URL to setup.py
Jeff Forcier
2012-09-23
Bump dev version
Jeff Forcier
2012-09-23
Let's not have 5 different freakin version strings
Jeff Forcier
2012-09-23
Going to release 1.7.10 for ==dev
Jeff Forcier
2012-09-23
Add post-Paramiko changelog file for now
Jeff Forcier
2012-09-23
Going to release 1.7.10 for ==dev
Jeff Forcier
2012-09-23
Add post-Paramiko changelog file for now
Jeff Forcier
2012-09-23
add ==dev install URL to setup.py
Jeff Forcier
2012-09-23
Don't mix tabs and spaces
Jeff Forcier
2012-09-23
Use new-style classes, 2001 was 10 years ago
Jeff Forcier
2012-09-23
Port poll-using code to use select() instead.
Jeff Forcier
2012-09-23
Added ssh agent support. Ported from https://github.com/robey/paramiko/pull/21
Ben Davis
[next]