SSH info via cli
Absence of ssh access info via CLI (only in the case the server does have an exposed TCP port). It doesn’t have the url ssh access in ‘runpodctl get pod’
6 Replies
do you mean usually the url appears from that command if the pod does not have any exposed tcp? whats the exposed tcp, do you mean any port in tcp?
there's no command in runpodctl that would tell me how to access the server
I must go through webui to obtain that information
It's quite ineffcient
maybe this should go into #🧐|feedback
and maybe help describe what you're expecting
Is there currently no way of obtaining ssh infos without webui?
Hmm you can get pod ip, pod ports, port ID from env variables, and send it somewhere.. if you'd like