summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-05-18Test AgentKey.asbytesJeff Forcier
2023-05-18Test more of recent AgentKey additionsJeff Forcier
2023-05-18Implement _fields on AgentKey so __eq__ works correctlyJeff Forcier
2023-05-18Sick of the warnings about this and don't use it myselfJeff Forcier
2023-05-18Use new Invocations combo check taskJeff Forcier
2023-05-18Partial implementation of new AuthStrategy mechanism re #387Jeff Forcier
2023-05-18Made PKey.from_path cert-aware & tilde-friendlyJeff Forcier
2023-05-18Migrate cert related tests to newer pkey moduleJeff Forcier
2023-05-18Twiddle RSA signature algorithm fallback behavior in AuthOnlyHandlerJeff Forcier
2023-05-18Modernize auth tests to use shared server managerJeff Forcier
2023-05-05Start consolidating test server nonsenseJeff Forcier
2023-05-05Start using git-blame-ignore-revsJeff Forcier
2023-05-05Allow transport tests' server to specify which class to useJeff Forcier
2023-05-05Refactor pubkey algo fallbackJeff Forcier
2023-05-05Test proving the issue driving most use of disabled_algorithmsJeff Forcier
2023-05-05Comment updatesJeff Forcier
2023-05-05Think we need pytest.ini in the sdist now if its tests are to work when distr...Jeff Forcier
2023-05-05Enhance PKey.from_path and test it betterJeff Forcier
2023-05-05Migrate rest of main keys and update suite to be more pytest-relaxed compatJeff Forcier
2023-05-05Start moving key fixtures into support folderJeff Forcier
2023-05-05Opt-in overhaul to how MSG_SERVICE_REQUEST is doneJeff Forcier
2023-05-05Enhance AgentKey with comment, inner_key attributesJeff Forcier
2023-05-05Enhance PKey a bunchJeff Forcier
2023-05-05Remove outdated/bad test fixtureJeff Forcier
2023-05-05Fix inaccurate PKey.__init__ docstring: data is bytes, not strJeff Forcier
2023-05-05Add ed25519 and ecdsa key types to hostkeys test fixturesJeff Forcier
2023-05-05Add algorithm_name property to PKeyJeff Forcier
2023-05-05Add new PKey.fingerprint property at long lastJeff Forcier
2023-05-05Fix now-broken-on-py3 AgentKey.__str__, by deleting itJeff Forcier
2023-05-05Random comment addsJeff Forcier
2023-04-16Tinker a bit with tasks re: doc watching, doc browsingJeff Forcier
2023-04-12Version bump for devJeff Forcier
2023-04-12Merge branch '3.0' into 3.1Jeff Forcier
2023-04-12Use newer circleci orb to stop using codecov's old pypi packageJeff Forcier
2023-03-10Cut 3.1.0Jeff Forcier
2023-03-10codespellJeff Forcier
2023-03-10Changelog re #2013, closes #2009Jeff Forcier
2023-03-10Merge branch 'main' into 2013-intJeff Forcier
2023-03-03flake8 re #2193Jeff Forcier
2023-03-03Merge pull request #2193 from AstraLuma/server-agent-docsJeff Forcier
2023-03-02Add missing comma to pass style checksMike Salvatore
2023-03-02Use a lambda for _mock_set_remote_channel()Mike Salvatore
2023-03-02Wrap test_channel_timeout() to 79 charactersMike Salvatore
2023-03-02Test configurable channel timeoutIlija Lazoroski
2023-03-02Add timeout for opening an SSH channelvakarisz
2023-02-24Expand documentation on server agent handling.Jamie Bliss
2023-02-24Use releases 2.1 to hide 1.x, 2.x unreleased bits in changelogJeff Forcier
2023-02-24s/os.path/pathlib/ in www sphinx confJeff Forcier
2023-02-16Add credit in changelog re #2173Jeff Forcier
2023-02-16spacing to pass style checkAlex Chavkin