services/device/dmrun: Add ssh backend

Add an ssh backend to dmrun. It allows dmrun to be used with an
already-created vm or linux box.

Also made a few changes to how dmrun works:
     - All files are now in /tmp/dmrun, so reusing a vm is easy
     - Check the acl on the device manager directly, rather than
       via the namespace, to work around the problem that NAT'ed
       VMs somewhere other than GCE are not supported yet.

Change-Id: I263b19549ce6a968e64efb53d2a6f476a419907b
4 files changed
tree: 74931957a42c56702d1874294fe4468ccd1732ce
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING
  11. CONTRIBUTORS
  12. envvar.go
  13. envvar_test.go
  14. LICENSE
  15. PATENTS
  16. README.md
  17. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.