Define timeout for vulnerabilities scan and platform detection (#414)

This commit is contained in:
Ján Koščo
2017-04-09 14:25:45 +07:00
committed by Teppei Fukuda
parent e20a59b991
commit eb2598f3b3
4 changed files with 49 additions and 21 deletions

View File

@@ -776,6 +776,8 @@ scan:
[-ask-key-password]
[-debug]
[-pipe]
[-timeout]
[-timeout-scan]
[SERVER]...
-ask-key-password
@@ -800,6 +802,10 @@ scan:
[For CentOS] yum update changelog with --skip-broken option
-ssh-native-insecure
Use Native Go implementation of SSH. Default: Use the external command
-timeout int
Number of seconds for detecting platform for all servers (default 60)
-timeout-scan int
Number of second for scaning vulnerabilities for all servers (default 7200)
```
## -ssh-native-insecure option