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
{{ message }}
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
Jonathan Claudius edited this page Jun 13, 2017
·
21 revisions
This page describes how to setup your own ssh_scan_api infrastructure...
1. Clone the ssh_scan_api repo
$ git clone https://github.com/mozilla/ssh_scan_api.git
$ cd ssh_scan_api
2. Stand up the environment with docker-compose
$ docker-compose up
3. Use examples/client.py API client in a different terminal to run a test scan
$ python examples/client.py
That's it! You may want to throw Nginx or something in front of the API to provide TLS termination, but really that's up to you. An example of the nginx config we use can be found here