blob: 97b91018fa375c539a926f7ca43bb904ceabec7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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).
|