Pure-Rust asynchronous SSH library, both client and server

#56 How can I use custom user/pass for authentication and spawn shell?

Opened by uber6 on November 10, 2021
uber6 on November 10, 2021

Hi! I’m trying to build a small portable ssh server where it uses custom user/pass combination for authentication and spawn a shell (ie. /bin/sh) once a user is authenticated and connected. I looked through the doc but I wasn’t exactly sure how this is achieved.