You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deployment and using nc to connect to the port 9999, I receive the "Where am I?" prompt. I go go the /root/.ssh/ directory to locate the private key and run:
$ ssh root@localhost -i id_rsa
But I don't get a returning connection or response. There doesn't appear to be any SSH service running or listening in the container on port 22.
The text was updated successfully, but these errors were encountered:
ctf-challenges/linux/Where am I/Dockerfile
Line 19 in 33ef02b
After deployment and using nc to connect to the port 9999, I receive the "Where am I?" prompt. I go go the /root/.ssh/ directory to locate the private key and run:
$ ssh root@localhost -i id_rsa
But I don't get a returning connection or response. There doesn't appear to be any SSH service running or listening in the container on port 22.
The text was updated successfully, but these errors were encountered: