Setting Up SSH Access
To set up SSH access on a customer Docker image, you need to add the following script to your templates startup script:Environment Variables
Configure these environment variables in your template settings to customize SSH access:Variable | Description | Example Value |
---|---|---|
SSH_PORT | Custom SSH port | 1234 |
PUBLIC_KEY | Your SSH public key for authentication | ssh-rsa AAAAB3NzaC1yc2E... |
