Can we configure our ssh server as threaded instead of forked?
I am wondering if we can configure ssh server to be configured as threaded service instead of fork server. Like when a new ssh request is received then a child thread is created instead of child process.
Have not looked recently, but whether forked or Threaded is not a configurable option. I think the application had to have been built to use threads versus spawning new process for child processes.
Or you have a comercial SSH version?
See https://www.psc.edu/hpn-ssh a discussion on improving .....
Have not looked recently, but whether forked or Threaded is not a configurable option. I think the application had to have been built to use threads versus spawning new process for child processes.