[roll] Roll fuchsia [fx][ssh] Moving sshconfig generation to tools/devshell

This moves the generation of the sshconfig file used
by `fx shell` to be done at runtime vs. as part of the
build.

This is done to enable using ffx configuration to manage the
ssh key path both in and out of tree in order to avoid mismatched
keys or confusion on which key is used when. Since the configuration
can change outside the build, it makes more sense to check it at runtime
vs. build time.

More info: go/fuchsia-ssh-unification

Original-Bug: b/329486457

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1001693
Original-Revision: 0182a8105356ee714f8609bc1db8deb733f92c70
GitOrigin-RevId: c244e8e110765756f9388df2d3102a3466092b72
Change-Id: Id1debc4f3c4bde633532dc77d6583df4c2e210f4
1 file changed
tree: a0c48e10d5aaef104933ed5cc0bb207335c9d27d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.