.jpg)
SSHD Port
The client came to us with the requirement to implement an SSH server that will only work with their in-house SSH clients. Instead of re-inventing the wheel and creating an SSH server from scratch, we used the OpenSSH server which is fully open-source to implement this for the client. This way we could ensure not only proper conformance to the protocol but also not worry about any security issues as they are already addressed. The project was implemented using C in a very short time span.