Use key.wf/ungleich (instead of fnux) to source SSH keys

This commit is contained in:
fnux 2020-01-23 15:50:33 +01:00
parent 8cc118e1f8
commit fe94128209
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ deploy_ssh_authorized_keys () {
fi
curl_output=$(mktemp)
if ! curl "$UNCLOUD_METADATA_SERVER/fnux" --output "$curl_output"; then
if ! curl "$UNCLOUD_METADATA_SERVER/ungleich" --output "$curl_output"; then
echo "Something went wrong fetching the authorized_keys file from the metedata server." >&2
echo "CURL Output: $(cat "$curl_output")"
rm "$curl_output"