[roll] Roll fuchsia [ffx] SSH key verifier command.

For eng and userdebug builds, downloads the authorized_keys from the
device via HTTP, and uses the result to verify whether or not matching
public keys for the device are stored locally. Searches the ssh agent,
the home directory, and the fuchsia directory (if set) for ssh keys.

Things to add:

-- Checking pub/private keys match.
-- Auto-fix issues with keys missing from home dir.

Original-Bug: 436649104
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1364587
Original-Revision: 7afcad33e8f353db4456fe2426be383be1f76069
GitOrigin-RevId: 99766330b26e9470d607f4d819d5c4705d83cba4
Change-Id: I2bad1588dfa10c1dac382dfd0de85113573038dd
1 file changed
tree: afb87e7c751d62e2ded5ccebe58c2d65812af61e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.