SSHServer Save

This is a tutorial on how to build a basic SSH Server in C#, but you are welcome to try following in any language.

Project README

SSHServer

This is a tutorial on how to build a basic SSH Server in C#. The wiki is a step by step process for setup with explanation of the various terms.

Please view the Wiki for a full walkthrough!

For extra credit, I also ported the SSH Server to NodeJS.

Both samples get as far as sending and receiving encrypted packets. It does not implement any SSH services such as user-auth. But, after finishing the tutorial, adding new handlers for those packets and responding to them should be simple.

It also doesn't implement a variety of non-required algorithms. I recommend extending your service to include more algorithm options.

Open Source Agenda is not affiliated with "SSHServer" Project. README Source: TyrenDe/SSHServer
Stars
142
Open Issues
0
Last Commit
7 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating