thecomputermaster /
CMDSSH
This is a C# CMD and Powershell compatible SSH client. I made this in an attempt to help Windows users who want to use SSH in a more similar GUI to the Linux one.
30/100 healthLoading repository data…
TyrenDe / repository
This is a tutorial on how to build a basic SSH Server in C#, but you are welcome to try following in any language.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.
Selected from shared topics, language and repository description—not editorial ratings.
thecomputermaster /
This is a C# CMD and Powershell compatible SSH client. I made this in an attempt to help Windows users who want to use SSH in a more similar GUI to the Linux one.
30/100 healthThis is an example about how to encrypt RSA in C# and decrypt in Django Rest Framework using the SSH-RSA key pair generated in Windows 10
27/100 health