commit | 1ba999761d9a1bd9a543fb2db937ca93433e578c | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Fri Apr 05 15:09:50 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Mon Apr 08 16:03:02 2019 -0700 |
tree | 5b0b2d90c635291eb9768ed7ab9aeeea2e044cfd | |
parent | 5d2cc9916d5c02c94503f450b65e9715a9600940 [diff] |
keys: Allow for pushing of Paramiko PEM format keys End users don't really have a good way of using MDT if they can't push additional MDT public keys. This adds functionality to generate a public key line in a generic way and push Paramiko keys to the boards in the same way OpenSSH public keys are pushed. Change-Id: Ifdec1f4cea1d2934c07afa00e0b19c25962d368b
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.
Install it via pip like this:
pip install mendel-development-tool
Note that if you run this as a non-root user, the executable will be stored in $HOME/.local/bin
which may not be in your PATH environment variable, so you'll want to add it.