summaryrefslogtreecommitdiff
path: root/ssh-vulnkey.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-05-25 23:51:47 +0000
committerColin Watson <cjwatson@debian.org>2008-05-25 23:51:47 +0000
commitaf64cec5aeb4dc005f02edcf74b25283e9773ad1 (patch)
treeab3f5c26a64670fd48f1894e8ee7e2c703bfb15b /ssh-vulnkey.1
parent4df1cc4fe79d27706bdc628944ff2e80b8f91599 (diff)
Move ssh-vulnkey's exit status documentation to a separate section
(thanks, Hugh Daniel).
Diffstat (limited to 'ssh-vulnkey.1')
-rw-r--r--ssh-vulnkey.18
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh-vulnkey.1 b/ssh-vulnkey.1
index 8e681115a..aa3271e46 100644
--- a/ssh-vulnkey.1
+++ b/ssh-vulnkey.1
@@ -81,10 +81,6 @@ for example:
81.Pp 81.Pp
82.Dl $ ssh-keyscan -t rsa remote.example.org | ssh-vulnkey - 82.Dl $ ssh-keyscan -t rsa remote.example.org | ssh-vulnkey -
83.Pp 83.Pp
84.Nm
85will exit zero if any of the given keys were in the compromised list,
86otherwise non-zero.
87.Pp
88Unless the 84Unless the
89.Cm PermitBlacklistedKeys 85.Cm PermitBlacklistedKeys
90option is used, 86option is used,
@@ -126,6 +122,10 @@ This option causes
126.Nm 122.Nm
127to produce output for all keys. 123to produce output for all keys.
128.El 124.El
125.Sh EXIT STATUS
126.Nm
127will exit zero if any of the given keys were in the compromised list,
128otherwise non-zero.
129.Sh BLACKLIST FILE FORMAT 129.Sh BLACKLIST FILE FORMAT
130The blacklist file may start with comments, on lines starting with 130The blacklist file may start with comments, on lines starting with
131.Dq # . 131.Dq # .