The Wayback Machine - https://web.archive.org/web/20200916044313/https://github.com/TyrenDe/SSHServer
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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.

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.