[roll] Roll fuchsia [ssh] Add sshd-host.cml

It doesn't run yet.
But it does build.
One step at a time.

Next steps (probably):
1. Create sshd-host core shard.
2. Add sshd-host core shard to core product, make sshd-host.cm eager.
3. Remove sshd-host.cmx startup from sysmgr config for core product,
   so that sshd-host.cm and sshd-host.cmx don't compete for TCP port 22.
4. Send change, merge, soak.
5. Repeat 2-4 for more product configs where sshd-host is used until
   no more.
6. Delete sshd-host.cmx (at this point it should be unused).
7. Continue working on fxbug.dev/97903.
   Gradually trim sshd-host.cml to get the tech debt under control.
8. ?
9. Delete sshd-host package!
10. 🎉

Original-Bug: 90440
Original-Bug: 97903
Original-Bug: 98086
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/668849
Original-Revision: 18b4c2e6634f0d6e49c367258a7f0dd7b78b39bd
GitOrigin-RevId: 3a1ff0a47e6d0268cd38b59e7484198a50d575f3
Change-Id: I03fbbd39278912247e5aab99a39ffd51e4abfc4a
1 file changed
tree: b492701c21cc88ce0df77f935cef2b42e624824a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.