From a62c0ad126758bbc88e8ee81e675ebcef0e00350 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 25 Sep 2021 18:14:01 +0200 Subject: [PATCH] project: bootstrap: retrieve agenix key --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 8f97c5e..df41c29 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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() {