fingolfin / ssh-comparison

Comparison of various SSH implementations in terms of supported crypto protocols
https://ssh-comparison.quendi.de/
36 stars 26 forks source link

Create mini test client / test server #15

Open fingolfin opened 9 years ago

fingolfin commented 9 years ago

It would useful to have a portable test client / test server, ideally with minimal dependencies, which knows just enough to begin a connection to an existing SSH client or server, and record the protocol exchange. This way, one can at least get a rough idea which protocols an implementation purports to implement.

Then people who want to contribute to this site by e.g. testing Android clients, can use that tool to get a quick first version of the .yaml file (to this end, the tool might even output a .yml file?)

I am tempted to write such a thing in pure python 2 (not using a lib like paramiko), in the hopes that everbody, even Windows users, can run that, to test their implementations.

fingolfin commented 8 years ago

See issue #47