Update project.
This commit is contained in:
parent
a2050f4796
commit
65dfcf7aae
@ -1 +1 @@
|
||||
Subproject commit 5ca1988954e4a93557d21bfd6b6fbd3aa026177a
|
||||
Subproject commit 13366cbbd8790839acfc131c78d88ae305bcaabe
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user