This commit is contained in:
parent
78e049f6e0
commit
a01a2b0186
14
test.sh
14
test.sh
@ -1,14 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
|
||||
case "$1" in
|
||||
keys)
|
||||
if [ ! -f /root/.ssh/authorized_keys ]; then
|
||||
curl -SsfL http://169.254.169.254/hetzner/v1/metadata/public-keys | /usr/bin/jq -r '.[]' >/root/.ssh/authorized_keys
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "Invalid command"
|
||||
exit 3
|
||||
;;
|
||||
esac
|
Loading…
Reference in New Issue
Block a user