Merge lp://staging/~cjwatson/lazr.sshserver/twisted-deprecations into lp://staging/lazr.sshserver
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 84 |
Proposed branch: | lp://staging/~cjwatson/lazr.sshserver/twisted-deprecations |
Merge into: | lp://staging/lazr.sshserver |
Diff against target: |
217 lines (+59/-16) 3 files modified
src/lazr/sshserver/auth.py (+41/-5) src/lazr/sshserver/tests/test_auth.py (+17/-11) tox.ini (+1/-0) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.sshserver/twisted-deprecations |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tom Wardill (community) | Approve | ||
Review via email: mp+374372@code.staging.launchpad.net |
Commit message
Stop using deprecated twisted.
Description of the change
Unfortunately the now-preferred SSHPublicKeyChecker doesn't support an asynchronous interface to fetching user keys, but cloning-and-hacking a few bits of it isn't too bad.
To post a comment you must log in.