1
1

Update project.

This commit is contained in:
Derek Smith 2023-09-15 10:25:53 -04:00
parent a2050f4796
commit 65dfcf7aae
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5ca1988954e4a93557d21bfd6b6fbd3aa026177a
Subproject commit 13366cbbd8790839acfc131c78d88ae305bcaabe

View File

@ -37,7 +37,7 @@ done
# generate the custom cloud-init file. Cloud init installs and configures sshd
SSH_AUTHORIZED_KEY=$(<"$SSH_PUBKEY_PATH")
eval "$(ssh-agent -s)"
ssh-add "$SSH_HOME/id_rsa"
ssh-add "$SSH_HOME/id_rsa" >> /dev/null
export SSH_AUTHORIZED_KEY="$SSH_AUTHORIZED_KEY"
export FILENAME="$LXD_HOSTNAME.yml"