Skip to content

Commit 5642a97

Browse files
committed
[addons] drop ssh keys but add script to generate them
1 parent 16168bc commit 5642a97

5 files changed

Lines changed: 11 additions & 28 deletions

File tree

addons/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# First generate the deploy ssh key pair before building the addons
2+
3+
kadeploy/addons$ ./generate-deploy-ssh-keys

addons/generate-deploy-ssh-keys

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash -e
2+
# Generate the ssh keys to be used by addons
3+
4+
mkdir -p ssh
5+
cd ssh
6+
ssh-keygen -f id_deploy -N ""

addons/ssh/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
id_deploy
2+
id_deploy.pub

addons/ssh/id_deploy

Lines changed: 0 additions & 27 deletions
This file was deleted.

addons/ssh/id_deploy.pub

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)