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
I have noticed that vuls uses https://godoc.org/golang.org/x/crypto/ssh. I'm not sure if this library allows it but it would be nice to see vuls use the common ssh config.
It is especially important for options such as ProxyCommand.
The way I see it, config.toml would only contain the list of hosts you'd want to scan, not how to connect to them.
The text was updated successfully, but these errors were encountered:
I have noticed that vuls uses https://godoc.org/golang.org/x/crypto/ssh. I'm not sure if this library allows it but it would be nice to see vuls use the common ssh config.
It is especially important for options such as
ProxyCommand
.The way I see it, config.toml would only contain the list of hosts you'd want to scan, not how to connect to them.
The text was updated successfully, but these errors were encountered: