qwerrwe / scripts /runpod-entrypoint.sh
winglian's picture
setup runpod images
79deb35
raw
history blame
185 Bytes
#!/bin/bash
echo $PUBLIC_KEY >> ~/.ssh/authorized_keys
chmod 700 -R ~/.ssh
# Start the SSH service in the background
service ssh start
# Execute the passed arguments (CMD)
exec "$@"