edurange / edurange3

A major overhaul of eduRange; features a pure API with Flask, Client Side Rendering with React, token-based auth strategy, containerized scenarios with Docker, NodeJS websocket microservices, and more.
4 stars 2 forks source link

metasploitable's attacker docker image has incorrect permissions on some directories #71

Open crowllx opened 4 weeks ago

crowllx commented 4 weeks ago

the /etc directory as well as some directories under it such as /etc/ssh are owned by the ubuntu user instead of root. I believe this is what is causing the key based authentication leading user's from gateway to StartingLine to fail. Key based auth worked correctly after running chown -R root:root /etc followed by service ssh reload, but I believe the best way to fix this would be to modify the docker image itself.