project: bootstrap: retrieve agenix key

This commit is contained in:
Bruno BELANYI 2021-09-25 18:14:01 +02:00
parent 2cc13dddb5
commit a62c0ad126
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ get_ssh() {
get_doc "SysAdmin/SSH" "shared-key-public" "$HOME/.ssh/shared_rsa.pub" 644
get_doc "SysAdmin/SSH" "shared-key-private" "$HOME/.ssh/shared_rsa" 600
get_doc "SysAdmin/SSH" "agenix-public" "$HOME/.ssh/id_ed25519.pub" 644
get_doc "SysAdmin/SSH" "agenix-private" "$HOME/.ssh/id_ed25519" 600
}
get_pgp() {