GokulaKrishna
GokulaKrishna
RRunPod
Created by GokulaKrishna on 6/5/2024 in #⛅|pods
Not able start Nginx
I have logged in via Basic SSH and install nginx but im not able to curl. Please help me resolve this.
root@xxx:/# service nginx status
* nginx is running
root@xxx:/# curl localhost
curl: (7) Failed to connect to localhost port 80 after 0 ms: Connection refused
root@xxx:/# netstat -tuln | grep :80
tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN
root@xxx:/# service nginx status
* nginx is running
root@xxx:/# curl localhost
curl: (7) Failed to connect to localhost port 80 after 0 ms: Connection refused
root@xxx:/# netstat -tuln | grep :80
tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN
11 replies
RRunPod
Created by GokulaKrishna on 6/5/2024 in #⛅|pods
Not able to ssh via "Overexposed SSH"
I am able to login with the basic SSH but Over exposed asks me for password. This is not working
⬢ ❯ ssh root@xxx -p 13776 -i ~/.ssh/id_ed25519
root@xxx's password:
Permission denied, please try again.
root@xxx's password:
⬢ ❯ ssh root@xxx -p 13776 -i ~/.ssh/id_ed25519
root@xxx's password:
Permission denied, please try again.
root@xxx's password:
This works
⬢ ❯ ssh xxx-xxx@ssh.runpod.io -i ~/.ssh/id_ed25519
⬢ ❯ ssh xxx-xxx@ssh.runpod.io -i ~/.ssh/id_ed25519
37 replies