R
RunPod3mo ago
j2k8

With a custom template true ssh ask for a password, proxy ssh works perfectly.

I have created my custom docker image from one of the official docker images of pytorch 2.2.0. I can connect with proxy ssh, but when connection with true ssh my computer offers the correct key but the servers ask for passwork anyway. I can connect through the proxy ssh and everything is fine. The public key is authorization file in the root/.ssh directory. Sshd config seems the same as in other pods. I am using the same start.sh script as in other instances. I see in the log that the script is executed correctly
4 Replies
j2k8
j2k83mo ago
I have executed OhMyRunPod --setup-ssh try again with tru ssh and it keeps asking for a password I can use the password it creates
Madiator2011
Madiator20113mo ago
Use web terminal or jupiter and password is in /workspace
j2k8
j2k83mo ago
yes, I used that. I would prefer to be able to use the credentials as in the official images but I can work with this