From 28a93c02e645f9add43907c768f219fca73492e3 Mon Sep 17 00:00:00 2001 From: theonlydoo Date: Thu, 21 Apr 2016 11:46:24 +0200 Subject: [PATCH] Update README not so sparse documentation --- docker/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index e3a9486d..3a8993f6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,2 +1,7 @@ -# Must do -* Edit your config.toml to match your infrastructure +# Before building the docker + +Since it's not on docker hub because blablabla, you have to : +* Edit your [config.toml](https://github.com/future-architect/vuls#step6-config) to match your infrastructure +* generate a keypair dedicated to this docker : ```ssh-keygen -t rsa -b 4096 -C "your_email@example.com"``` + * it's **highly** recommanded to use a restrained `authorized_keys` files with this key to be sure that it will be only usable from a single IP (after all it's a root executed software) : ```from="1.2.3.4,1.2.3.5" ssh-rsa [...] your_email@example.com``` +* Deploy your ssh key on the targetted machines