summaryrefslogtreecommitdiffstats
path: root/debian/ssh-audit.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ssh-audit.1.txt')
-rw-r--r--debian/ssh-audit.1.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/debian/ssh-audit.1.txt b/debian/ssh-audit.1.txt
new file mode 100644
index 0000000..97b9101
--- /dev/null
+++ b/debian/ssh-audit.1.txt
@@ -0,0 +1,48 @@
+= ssh-audit(1)
+:doctype: manpage
+
+== Name
+
+ssh-audit - tool for ssh server auditing
+
+== Synopsys
+
+*ssh-audit* _[-1246pbnvl]_ _<host>_
+
+== Options
+
+*-h*, *--help*::
+ print the help
+
+*-1*, *--ssh1*::
+ force ssh version 1 only
+
+*-2*, *--ssh2*::
+ force ssh version 2 only
+
+*-4*, *--ipv4*::
+ enable IPv4 (order of precedence)
+
+*-6*, *--ipv6*::
+ enable IPv6 (order of precedence)
+
+*-p*, *--port=<port>*::
+ port to connect
+
+*-b*, *--batch*::
+ batch output
+
+*-n*, *--no-colors*::
+ disable colors
+
+*-v*, *--verbose*::
+ verbose output
+
+*-l*, *--level=<level>*::
+ minimum output level (info|warn|fail)
+
+== Author
+
+This manual page was written by mailto:czchen@debian.org[ChangZhuo Chen
+'<czchen@debian.org>'] for the *Debian GNU/Linux system* (but may be used by
+others).