mozilla / ssh_scan

DEPRECATED - A prototype SSH configuration and policy scanner (Blog: https://mozilla.github.io/ssh_scan/)
Mozilla Public License 2.0
793 stars 105 forks source link

Dockerfile doesn't match documentation #539

Closed thespad closed 2 years ago

thespad commented 3 years ago

https://github.com/mozilla/ssh_scan/commit/4efb5db276df6f2a2bded8a9c2d13d95b821519d reverted changes to the Dockerfile made in https://github.com/mozilla/ssh_scan/pull/525 (removed the entrypoint) but didn't update the README to reflect this.

Either the entrypoint needs to be added back to the Dockerfile or the README needs to be updated to once again include /app/bin/ssh_scan in the docker commandline.

rizerzero commented 2 years ago

With the current Dockerfile, it not working like this anymore:

docker run -it mozilla/ssh_scan -t sshscan.rubidus.com

This is what works:

docker run -it mozilla/ssh_scan /app/bin/ssh_scan -t sshscan.rubidus.com