commit | 409cb5591a6819d01cf5f126d2e1a3c8a952f20f | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu Mar 07 14:11:42 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Thu Mar 07 14:11:42 2019 -0800 |
tree | e309a8d95692b1fbbc3a01eb659999525d946334 | |
parent | 1a7df53c8f53f8705d460d778375eb657542393f [diff] |
sshclient: Add default login keypushing as a fallback This allows older installs of Mendel that don't run mdt-keymaster the ability to still receive keys using a default username/password combo. Change-Id: I066ff4f8ee116a9249e5fcc10607dfff819b095c
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.