Skip to content

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

License

Notifications You must be signed in to change notification settings

evertmulder/SSHServer

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 55.1%
  • TypeScript 44.9%