Open jelmer opened 9 years ago
The Paramiko SSH Vendor has been moved to dulwich/contrib, making this issue somewhat less important.
Replying to the comments by @friz-zy in https://github.com/dulwich/dulwich/pull/615:
There is currently no end-to-end test for SSH with a real SSH server, since this is tricky to do (e.g. involves depending on openssh installation).
Ideally, tests for paramiko would be end to end tests that simply used the paramiko SSH server implementation; depending on external network connectivity is a problem.
There are currently no tests for the Paramiko SSH support in Dulwich, leading to bugs like #363. We should add some.