diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:42:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:42:34 +0000 |
commit | cc48f16d89067e4f467e751a9bcd8655593676be (patch) | |
tree | 55edbc70cc15fbea316d503a625137e67ab3f4a9 /debian/ssh-audit.1.txt | |
parent | Adding upstream version 2.5.0. (diff) | |
download | ssh-audit-cc48f16d89067e4f467e751a9bcd8655593676be.tar.xz ssh-audit-cc48f16d89067e4f467e751a9bcd8655593676be.zip |
Adding debian version 2.5.0-1.debian/2.5.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/ssh-audit.1.txt | 48 |
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). |