]> andersk Git - openssh.git/blob - ssh_prng_cmds.in
- (djm) Merge OpenBSD changes:
[openssh.git] / ssh_prng_cmds.in
1 # entropy gathering commands
2
3 # Format is: "program-name args" path rate
4
5 # The "rate" represents the number of bits of usuable entropy per 
6 # byte of command output. Be conservative.
7
8 "ls -alni /var/log"                     @PROG_LS@       0.02
9 "ls -alni /var/adm"                     @PROG_LS@       0.02
10 "ls -alni /var/mail"                    @PROG_LS@       0.02
11 "ls -alni /var/adm/syslog"              @PROG_LS@       0.02
12 "ls -alni /var/spool/mail"              @PROG_LS@       0.02
13 "ls -alni /proc"                        @PROG_LS@       0.02
14 "ls -alni /tmp"                         @PROG_LS@       0.02
15 "ls -alni /var/tmp"                     @PROG_LS@       0.02
16 "ls -alni /usr/tmp"                     @PROG_LS@       0.02
17
18 "netstat -an"                           @PROG_NETSTAT@  0.05
19 "netstat -in"                           @PROG_NETSTAT@  0.05
20 "netstat -rn"                           @PROG_NETSTAT@  0.02
21 "netstat -pn"                           @PROG_NETSTAT@  0.02
22 "netstat -s"                            @PROG_NETSTAT@  0.02
23
24 "arp -a -n"                             @PROG_ARP@      0.02
25
26 "ifconfig -a"                           @PROG_IFCONFIG@ 0.02
27
28 "ps laxww"                              @PROG_PS@       0.03
29 "ps -al"                                @PROG_PS@       0.03
30 "ps -efl"                               @PROG_PS@       0.03
31
32 "w"                                     @PROG_W@        0.05
33
34 "who -i"                                @PROG_WHO@      0.01
35
36 "last"                                  @PROG_LAST@     0.01
37
38 "lastlog"                               @PROG_LASTLOG@  0.01
39
40 "df"                                    @PROG_DF@       0.01
41 "df -i"                                 @PROG_DF@       0.01
42
43 "vmstat"                                @PROG_VMSTAT@   0.01
44 "uptime"                                @PROG_UPTIME@   0.01
45
46 "ipcs -a"                               @PROG_IPCS@     0.01
47
48 "tail -200 /var/log/messages"           @PROG_TAIL@     0.01
49 "tail -200 /var/log/syslog"             @PROG_TAIL@     0.01
50 "tail -200 /var/adm/messages"           @PROG_TAIL@     0.01
51 "tail -200 /var/adm/syslog"             @PROG_TAIL@     0.01
52 "tail -200 /var/adm/syslog/syslog.log"  @PROG_TAIL@     0.01
53 "tail -200 /var/log/maillog"            @PROG_TAIL@     0.01
54 "tail -200 /var/adm/maillog"            @PROG_TAIL@     0.01
55 "tail -200 /var/adm/syslog/mail.log"    @PROG_TAIL@     0.01
56
This page took 0.041627 seconds and 5 git commands to generate.