commit | f4e8b4618bc54eada8fde51c12a36fcc87653c28 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Sep 29 09:11:32 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Sep 29 09:11:32 2015 -0700 |
tree | d880712c1596bf39438147f2ac6503c2c5c61aca | |
parent | 90f375ad95271ae2124f0fd32d25cdb1c9f1286f [diff] |
create the keypair
diff --git a/xos/configurations/common/Makefile.cloudlab b/xos/configurations/common/Makefile.cloudlab index e122cc7..1754d10 100644 --- a/xos/configurations/common/Makefile.cloudlab +++ b/xos/configurations/common/Makefile.cloudlab
@@ -9,5 +9,8 @@ nodes_yaml: bash ./make-cloudlab-nodes-yaml.sh -public_key: +public_key: ~/.ssh/id_rsa.pub cp ~/.ssh/id_rsa.pub . + +~/.ssh/id_rsa.pub: + cat /dev/zero | ssh-keygen -q -N ""