[ssh] Simple SSH and SFTP support

This can be used to connect to Fuchsia devices that support SSH.

Change-Id: I0fadcbaf0670f1f23f332f07becdfb64e56a3b9a
3 files changed
tree: 8dcbe02bbefd3e4927f1eef2ce74e9725fb977f0
  1. bloaty/
  2. botanist/
  3. cache/
  4. cmd/
  5. color/
  6. digest/
  7. elflib/
  8. fastboot/
  9. gndoc/
  10. isatty/
  11. logger/
  12. mdns/
  13. netboot/
  14. ninjalog/
  15. pdu/
  16. qemu/
  17. retry/
  18. secrets/
  19. serial/
  20. ssh/
  21. symbolize/
  22. telnet/
  23. tftp/
  24. .gitignore
  25. go.mod
  26. go.sum
  27. LICENSE
  28. manifest
  29. PATENTS
  30. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"