Skip to content

Commit

Permalink
drop ssh keys but add script to generate them
Browse files Browse the repository at this point in the history
  • Loading branch information
npf committed Apr 2, 2017
1 parent 77dfe87 commit d9bf373
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 28 deletions.
3 changes: 3 additions & 0 deletions addons/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# First generate the deploy ssh key pair before building the addons

kadeploy3/addons$ ./generate-deploy-ssh-keys
6 changes: 6 additions & 0 deletions addons/generate-deploy-ssh-keys
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -e
# Generate the ssh keys to be used by addons

mkdir -p ssh
cd ssh
ssh-keygen -f id_deploy -N ""
2 changes: 2 additions & 0 deletions addons/ssh/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id_deploy
id_deploy.pub
27 changes: 0 additions & 27 deletions addons/ssh/id_deploy

This file was deleted.

1 change: 0 additions & 1 deletion addons/ssh/id_deploy.pub

This file was deleted.

0 comments on commit d9bf373

Please sign in to comment.