unix - provide custom terminal session to incoming ssh connections in c++ -


we have server run functionality. want enable users ssh authentication if ssh session initiated clients on port server, sever provide custom terminal supports few commands have decided implement.

my question is: how can listen (in cpp) incoming ssh connections, , after successful authentication provide them terminal application.

is there package supports of functionality?

thanks!

sshd of course configurable, , can made listen on different ports. these discuss @ length:

the underlying issue 1 this. has been asked before, suggestions setup restricted shell (including using chroot). discussion, see


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -