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.
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.