*** Thierry Thelliez <thierry.thelliez.t...@gmail.com> wrote:
> Is there another way than rsync for accessing NVT feeds?
> 
> I am behind a strict firewall. The only things I can do is http, https and 
> ssh.

You could use a tunnel...

ssh -L 1234:rsync.openvas.org:873 u...@host_behind_firewall
rsync --port 1234 -ltvrP rsync://rsync.openvas.org:/nvt-feed /path/to/plugins

> Alternatively, could I download the feed content on a different
> system, outside that firewall. And then copy/push the files (scp) to
> my openVas installation?

Sure...

HTH

Micha
_______________________________________________
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss

Reply via email to