tree: 7f3156e0d65da315970e53eb40a03c570a17cb09
  1. meta/
  2. authorized_keys.cc
  3. authorized_keys.h
  4. BUILD.bazel
  5. BUILD.gn
  6. constants.h
  7. OWNERS
  8. README.md
  9. service.cc
  10. service.h
  11. sshd-host.cc
  12. 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.