commit | 3a7ba5d224668140f2a0bfd0fcb71343cb7579c0 | [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 | 1338afe445618e7998b837939afc3102512e83fe [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 ""