madynes / kadeploy

Kadeploy is a scalable, efficient and reliable deployment system (cluster provisioning solution) for cluster and grid computing
Other
4 stars 4 forks source link

Is the ssh private key needed in the debirf deploy mini OS ? #6

Open npf opened 7 years ago

npf commented 7 years ago

Keys are:

addons/deploy_env_generation/debirf-jessie/kadeploy-deploy-kernel/kadeploy_specific/ssh/id_deploy
addons/deploy_env_generation/debirf-jessie/kadeploy-deploy-kernel/kadeploy_specific/ssh/id_deploy.pub

The public key is put in authorized_keys but I don't see anything regarding the use of the private key in the debirf deploy OS.

How does the chain work ? Is it using the ssh agent but no private key ?

npf commented 7 years ago

Keys in fact symlink from addons/ssh.

I think it would be nicer to have a script to generate them, rather than placing example files in the git.