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 improvements #525

Closed J-M0 closed 3 years ago

J-M0 commented 3 years ago

I made a small tweak to the Dockerfile to make running ssh_scan from a container easier. Now instead of

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

it's just

docker run -it mozilla/ssh_scan -t sshscan.rubidus.com
claudijd commented 3 years ago

Thanks @J-M0 !