How do I upload 5 gb file and use it in my pod?
I tried to upload it several times but only 1.2 gb is uploaded (error). (I used Jupytor web based interface).
I purchased a storage of 150GB, and made a new pod.
But the issue is still the same.
I am now trying to connect TCP from my PC directly, but it keeps asking me password, which I believe that I set it as NOWnow00.
scp -P 45210 -i C:/Users/acube/.ssh/id_ed25519 C:/Users/acube/llama3/Industryfound_patents.dta [email protected]:/workspace/Industryfound_patents.dta
13 Replies
PS C:\windows\system32> ssh [email protected] -p 45210
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Use public keys not password
Thanks I am trying as you instructed
It is still not working...
if you rly want password use web terminal or jupiter and install my tool
pip install OhMyRunPod
then OhMyRunPod --setup_shh
Thanks I am trying now
Solution
OhMyRunPod --setup-ssh
sry my error
why not use runpodctl btw