sshclient: Push keys via the mdt-keymaster instead of ssh

This updates the push method to use mdt-keymaster rather than using the default
logins for ssh. This is predicated on the fact that mdt-keymaster only binds to
the usb0 interface, thus creating a secure point-to-point communications channel
which we can use for initial control of the board.

Change-Id: I32cb0cf7c5cb2efd2d7de460d6a18b01ec556926
1 file changed
tree: e8dc9b33da3f8777d63d5b151c9d5c36570e8f77
  1. debian/
  2. man/
  3. mdt/
  4. .gitignore
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. LICENSE.txt
  8. MANIFEST.in
  9. README.md
  10. setup.py
README.md

MDT - The Mendel Development Tool

What is this?

MDT is a simple tool to aid in working with single board computers that the Mendel Linux distribution runs on. It consists of a whole bunch of pre-existing open source tooling, coupled with some simple wrappers written in python to ease their use.

It also provides an easy way to interact with these boards without having to fight with serial consoles, IP addresses, and other fiddly bits, reducing barrier to entry when working with these boards.

With minimal effort, MDT should also be portable to existing systems such as Debian and Ubuntu, if needed. This, however, is out of the scope of this project.