Need password when connect to pod using SSH

when I create a pod I try to connect to it using SSH, I follow the tutorial in the site Doc, when I try to connect it asked me for password, I even create an Ubuntu server pod and test it, it give me the same results asked me for SSH password. Can any one help me with this problem. my OS is Ubuntu 22.04
Solution:
RunPod official templates have start.sh scripts that inject ssh keys into pod on community templates it’s different some of them add key some not. I made Python package that setups true ssh with password. pip install OhMyRunPod
Jump to solution
4 Replies
Solution
Madiator2011
Madiator20112mo ago
RunPod official templates have start.sh scripts that inject ssh keys into pod on community templates it’s different some of them add key some not. I made Python package that setups true ssh with password. pip install OhMyRunPod
Osama Ismail
Osama Ismail2mo ago
is there another way to solve my problem. does anyone have this problem too??
Madiator2011
Madiator20112mo ago
I basically have you solution at the end of my message
Osama Ismail
Osama Ismail2mo ago
Thanks a lot