root@xxx:/# service nginx status * nginx is runningroot@xxx:/# curl localhostcurl: (7) Failed to connect to localhost port 80 after 0 ms: Connection refusedroot@xxx:/# netstat -tuln | grep :80tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTENtcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN
⬢ ❯ ssh root@xxx -p 13776 -i ~/.ssh/id_ed25519root@xxx's password:Permission denied, please try again.root@xxx's password:
⬢ ❯ ssh [email protected] -i ~/.ssh/id_ed25519