project: bootstrap: retrieve agenix key
This commit is contained in:
parent
8eef7c260e
commit
c32be8ac02
|
@ -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-public" "$HOME/.ssh/shared_rsa.pub" 644
|
||||||
get_doc "SysAdmin/SSH" "shared-key-private" "$HOME/.ssh/shared_rsa" 600
|
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() {
|
get_pgp() {
|
||||||
|
|
Loading…
Reference in a new issue