mikesplain / openvas-docker

A Docker container for Openvas
MIT License
762 stars 302 forks source link

SCP Alert not working [incl. solution] #166

Closed judihudi closed 6 years ago

judihudi commented 6 years ago

Hi!

We wanted to export a report with SCP but we could not get it running. Afer some research I found the solution here: https://joedsweb.wordpress.com/2017/02/23/openvas-using-the-alert-methode-scp/

The main issue is, that sshpass is not installed within the docker image. Any chance that this could be added to the dockerfile so others have it easier setting it up as well (official documentation regarding SCP alerting is poor enough...)?

Thanks

mikesplain commented 6 years ago

@judihudi Added! Thanks!