To stage directories on the salt master for deployment purpose
require a SSH key. This change generates one if missing.
This is a follow-up for fd1d5c95f.
Differential D1244
Generate deploy@saltmaster SSH key dereckson on Nov 22 2017, 02:37. Authored by Tags None Referenced Files
Subscribers None
Details
To stage directories on the salt master for deployment purpose This is a follow-up for fd1d5c95f. run on Ysul
Diff Detail
Event TimelineComment Actions Ysul ---------- ID: deploy_account_ssh_key Function: cmd.run Name: ssh-keygen -t ed25519 -N "" -f /var/run/deploy/.ssh/id_ed25519 Result: True Comment: Command "ssh-keygen -t ed25519 -N "" -f /var/run/deploy/.ssh/id_ed25519" run Started: 02:22:49.406960 Duration: 300.059 ms Changes: ---------- pid: 46421 retcode: 0 stderr: stdout: Generating public/private ed25519 key pair. Your identification has been saved in /var/run/deploy/.ssh/id_ed25519. Your public key has been saved in /var/run/deploy/.ssh/id_ed25519.pub. The key fingerprint is: SHA256:e5ITOWVFiQqrVAXp9BMJzwX1vjxsPLCW4gCoJfaxnaM deploy@ysul.nasqueron.org The key's randomart image is: +--[ED25519 256]--+ | o=o+ooo. | | =oo..o. | | + +ooo . | | .. o ++ . | |..oo.. S.. . | |.+. =.. = B . | |. o +. * = O | | . .o * . o | | E . | +----[SHA256]-----+ |