1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2026-02-04 12:32:45 +03:00
This commit is contained in:
Jake Buchholz Göktürk 2025-12-07 07:38:19 -08:00
parent 41baed2234
commit b299b7f4b9

View File

@ -212,7 +212,7 @@ set_ssh_keys_gcp_body() {
# TODO: need to figure out what to check # TODO: need to figure out what to check
CLOUD="gcp" atf_check \ CLOUD="gcp" atf_check \
-o match:"chown.*/\.ssh" \ -o match:"chown.*/\.ssh" \
sh -c ". \"$lib\"; init__set_ssh_keys" sh -c "set -x; . \"$lib\"; init__set_ssh_keys"
atf_check -o match:"^ssh-ed25519 keydata" \ atf_check -o match:"^ssh-ed25519 keydata" \
-o match:"^ssh-rsa foobar" \ -o match:"^ssh-rsa foobar" \
cat home/alpine/.ssh/authorized_keys cat home/alpine/.ssh/authorized_keys