tree: 665c7d4743a83c76967c144d2586700da653f998 [path history] [tgz]
  1. meta/
  2. authorized_keys.cc
  3. authorized_keys.h
  4. BUILD.gn
  5. constants.h
  6. OWNERS
  7. README.md
  8. service.cc
  9. service.h
  10. sshd-host.cc
  11. 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.