We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d825eb commit e764d22Copy full SHA for e764d22
configure-startup.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-echo "AUTHORIZED_KEYS: $AUTHORIZED_KEYS"
4
# Set the authorized keys from the AUTHORIZED_KEYS environment variable (if provided)
+echo "AUTHORIZED_KEYS: $AUTHORIZED_KEYS"
5
if [ -n "$AUTHORIZED_KEYS" ]; then
6
mkdir -p /root/.ssh
7
echo "$AUTHORIZED_KEYS" > /root/.ssh/authorized_keys
0 commit comments