Skip to content
Arash Abadpour edited this page Aug 1, 2022 · 8 revisions

The seed is a set of bash instructions that installs abcli on a Linux machine and is delivered through either an external USB key or the clipboard.

Create a seed USB key

  1. Wipe a USB key, name it SEED, and insert it into a machine that is running abcli.
  2. In a terminal run:
abcli seed . key
abcli seed eject

Deliver the seed through clipboard

Find a machine that is running abcli and open two terminals. In the first terminal, ssh to the target machine. In the second terminal run:

abcli seed <target-machine>

Now switch to the first terminal and paste the clipboard (Ctrl+V). Type in abcli seed help for details.

Clone this wiki locally