summaryrefslogtreecommitdiff
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
parent4df1cc4fe79d27706bdc628944ff2e80b8f91599 (diff)
Move ssh-vulnkey's exit status documentation to a separate section
(thanks, Hugh Daniel).
-rw-r--r--debian/changelog2
-rw-r--r--ssh-vulnkey.18
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 15abbe97a..ac7f5d46f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,8 @@ openssh (1:4.7p1-11) UNRELEASED; urgency=low
42 * Add -v (verbose) option to ssh-vulnkey, and don't print output for keys 42 * Add -v (verbose) option to ssh-vulnkey, and don't print output for keys
43 that have a blacklist file but that are not listed unless in verbose 43 that have a blacklist file but that are not listed unless in verbose
44 mode (thanks, Hugh Daniel). 44 mode (thanks, Hugh Daniel).
45 * Move ssh-vulnkey's exit status documentation to a separate section
46 (thanks, Hugh Daniel).
45 47
46 -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200 48 -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200
47 49
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 # .