tree: 4c1c9b785b14e76ae90be39f09a986d1ad070ba8 [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. constants.h
  4. OWNERS
  5. README.md
  6. service.cc
  7. service.h
  8. sshd-host.cc
  9. test.cc
src/developer/sshd-host/README.md

sshd-host

sshd-host listens on a port (optional argument, default: 22) for TCP connections and spawns an sshd in inetd mode for each incoming connection.

sshd-host also executes hostkeygen once at startup, in order to ensure that there are host ssh keys available for the sshd process.