Sajay
RRunPod
•Created by Sajay on 4/6/2025 in #⛅|pods-clusters
What's the right procedure for creating custom template images
I'm tyring to make my custom dockerfiles work with runpod. I've installed
nginx
and openssh-server
as they are requirements listed in the github repo. I also copied over
- start.sh
from here and added that as the CMD in my custom dockerfile
- nginx.conf
from here to /etc/nginx/nginx.conf as in the official dockerfiles
start.sh
seems to be running properly and my public key is in ~/.ssh/authorized_keys
. But,
- SSH over TCP option is not showing up
- When I try running ssh acbokxubu5sxng-64410f18@ssh.runpod.io
it says Permission denied (publickey).
Web terminal is working fine, but I couldn't connect to it using SSH. Please, can someone here help me with this?13 replies