tree: 7e39bbf1929bac958a334144730a1b362416a6ca [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. OWNERS
  4. README.md
  5. service.cc
  6. service.h
  7. sshd-host.cc
  8. test.cc
garnet/bin/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.