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
2023-05-18
Test AgentKey.asbytes
Jeff Forcier
2023-05-18
Test more of recent AgentKey additions
Jeff Forcier
2023-05-18
Implement _fields on AgentKey so __eq__ works correctly
Jeff Forcier
2023-05-18
Sick of the warnings about this and don't use it myself
Jeff Forcier
2023-05-18
Use new Invocations combo check task
Jeff Forcier
2023-05-18
Partial implementation of new AuthStrategy mechanism re #387
Jeff Forcier
2023-05-18
Made PKey.from_path cert-aware & tilde-friendly
Jeff Forcier
2023-05-18
Migrate cert related tests to newer pkey module
Jeff Forcier
2023-05-18
Twiddle RSA signature algorithm fallback behavior in AuthOnlyHandler
Jeff Forcier
2023-05-18
Modernize auth tests to use shared server manager
Jeff Forcier
2023-05-05
Start consolidating test server nonsense
Jeff Forcier
2023-05-05
Start using git-blame-ignore-revs
Jeff Forcier
2023-05-05
Allow transport tests' server to specify which class to use
Jeff Forcier
2023-05-05
Refactor pubkey algo fallback
Jeff Forcier
2023-05-05
Test proving the issue driving most use of disabled_algorithms
Jeff Forcier
2023-05-05
Comment updates
Jeff Forcier
2023-05-05
Think we need pytest.ini in the sdist now if its tests are to work when distr...
Jeff Forcier
2023-05-05
Enhance PKey.from_path and test it better
Jeff Forcier
2023-05-05
Migrate rest of main keys and update suite to be more pytest-relaxed compat
Jeff Forcier
2023-05-05
Start moving key fixtures into support folder
Jeff Forcier
2023-05-05
Opt-in overhaul to how MSG_SERVICE_REQUEST is done
Jeff Forcier
2023-05-05
Enhance AgentKey with comment, inner_key attributes
Jeff Forcier
2023-05-05
Enhance PKey a bunch
Jeff Forcier
2023-05-05
Remove outdated/bad test fixture
Jeff Forcier
2023-05-05
Fix inaccurate PKey.__init__ docstring: data is bytes, not str
Jeff Forcier
2023-05-05
Add ed25519 and ecdsa key types to hostkeys test fixtures
Jeff Forcier
2023-05-05
Add algorithm_name property to PKey
Jeff Forcier
2023-05-05
Add new PKey.fingerprint property at long last
Jeff Forcier
2023-05-05
Fix now-broken-on-py3 AgentKey.__str__, by deleting it
Jeff Forcier
2023-05-05
Random comment adds
Jeff Forcier
2023-04-16
Tinker a bit with tasks re: doc watching, doc browsing
Jeff Forcier
2023-04-12
Version bump for dev
Jeff Forcier
2023-04-12
Merge branch '3.0' into 3.1
Jeff Forcier
2023-04-12
Use newer circleci orb to stop using codecov's old pypi package
Jeff Forcier
2023-03-10
Cut 3.1.0
Jeff Forcier
2023-03-10
codespell
Jeff Forcier
2023-03-10
Changelog re #2013, closes #2009
Jeff Forcier
2023-03-10
Merge branch 'main' into 2013-int
Jeff Forcier
2023-03-03
flake8 re #2193
Jeff Forcier
2023-03-03
Merge pull request #2193 from AstraLuma/server-agent-docs
Jeff Forcier
2023-03-02
Add missing comma to pass style checks
Mike Salvatore
2023-03-02
Use a lambda for _mock_set_remote_channel()
Mike Salvatore
2023-03-02
Wrap test_channel_timeout() to 79 characters
Mike Salvatore
2023-03-02
Test configurable channel timeout
Ilija Lazoroski
2023-03-02
Add timeout for opening an SSH channel
vakarisz
2023-02-24
Expand documentation on server agent handling.
Jamie Bliss
2023-02-24
Use releases 2.1 to hide 1.x, 2.x unreleased bits in changelog
Jeff Forcier
2023-02-24
s/os.path/pathlib/ in www sphinx conf
Jeff Forcier
2023-02-16
Add credit in changelog re #2173
Jeff Forcier
2023-02-16
spacing to pass style check
Alex Chavkin
[next]