diff options
author | Colin Watson <cjwatson@debian.org> | 2008-05-25 23:48:15 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-05-25 23:48:15 +0000 |
commit | 4df1cc4fe79d27706bdc628944ff2e80b8f91599 (patch) | |
tree | 1c86bb0665e6a801e79e924d2e73067d78243a3d /ssh-vulnkey.1 | |
parent | d61c655626e74e65dba34e4e9d5aa6616cc72f93 (diff) |
Add -v (verbose) option to ssh-vulnkey, and don't print output for keys
that have a blacklist file but that are not listed unless in verbose
mode (thanks, Hugh Daniel).
Diffstat (limited to 'ssh-vulnkey.1')
-rw-r--r-- | ssh-vulnkey.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ssh-vulnkey.1 b/ssh-vulnkey.1 index c0a7592f8..8e681115a 100644 --- a/ssh-vulnkey.1 +++ b/ssh-vulnkey.1 | |||
@@ -28,7 +28,7 @@ | |||
28 | .Nd check blacklist of compromised keys | 28 | .Nd check blacklist of compromised keys |
29 | .Sh SYNOPSIS | 29 | .Sh SYNOPSIS |
30 | .Nm | 30 | .Nm |
31 | .Op Fl q | 31 | .Op Fl q | Fl v |
32 | .Ar file ... | 32 | .Ar file ... |
33 | .Nm | 33 | .Nm |
34 | .Fl a | 34 | .Fl a |
@@ -115,6 +115,16 @@ Normally, | |||
115 | outputs the fingerprint of each key scanned, with a description of its | 115 | outputs the fingerprint of each key scanned, with a description of its |
116 | status. | 116 | status. |
117 | This option suppresses that output. | 117 | This option suppresses that output. |
118 | .It Fl v | ||
119 | Verbose mode. | ||
120 | Normally, | ||
121 | .Nm | ||
122 | does not output anything for keys that are not listed in their corresponding | ||
123 | blacklist file (although it still produces output for keys for which there | ||
124 | is no blacklist file, since their status is unknown). | ||
125 | This option causes | ||
126 | .Nm | ||
127 | to produce output for all keys. | ||
118 | .El | 128 | .El |
119 | .Sh BLACKLIST FILE FORMAT | 129 | .Sh BLACKLIST FILE FORMAT |
120 | The blacklist file may start with comments, on lines starting with | 130 | The blacklist file may start with comments, on lines starting with |