From fe941282099a18cd9c411e43636d769acdb826c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Thu, 23 Jan 2020 15:50:33 +0100 Subject: [PATCH] Use key.wf/ungleich (instead of fnux) to source SSH keys --- bin/uncloud-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/uncloud-init b/bin/uncloud-init index 9ce57ef..443941c 100755 --- a/bin/uncloud-init +++ b/bin/uncloud-init @@ -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"