summaryrefslogtreecommitdiff
path: root/ssh_prng_cmds.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-07 22:20:23 +1000
committerDamien Miller <djm@mindrot.org>2000-06-07 22:20:23 +1000
commit14c12cb0004469e6a6b0e417d2705c80ca89ab34 (patch)
treef31e757315a648cd9c0f49ae0bc783314a2793dd /ssh_prng_cmds.in
parentd5bf307f7bd69d502bc03897a00a07df513418f7 (diff)
- (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
list of commands (by default). Removed verbose debugging (by default). - (djm) Increased command entropy estimates and default entropy collection timeout
Diffstat (limited to 'ssh_prng_cmds.in')
-rw-r--r--ssh_prng_cmds.in62
1 files changed, 31 insertions, 31 deletions
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in
index 16ecb30bb..df45ed22e 100644
--- a/ssh_prng_cmds.in
+++ b/ssh_prng_cmds.in
@@ -5,46 +5,46 @@
5# The "rate" represents the number of bits of usuable entropy per 5# The "rate" represents the number of bits of usuable entropy per
6# byte of command output. Be conservative. 6# byte of command output. Be conservative.
7 7
8"ls -alni /var/log" @PROG_LS@ 0.002 8"ls -alni /var/log" @PROG_LS@ 0.02
9"ls -alni /var/adm" @PROG_LS@ 0.002 9"ls -alni /var/adm" @PROG_LS@ 0.02
10"ls -alni /var/mail" @PROG_LS@ 0.002 10"ls -alni /var/mail" @PROG_LS@ 0.02
11"ls -alni /var/spool/mail" @PROG_LS@ 0.002 11"ls -alni /var/spool/mail" @PROG_LS@ 0.02
12"ls -alni /proc" @PROG_LS@ 0.002 12"ls -alni /proc" @PROG_LS@ 0.02
13"ls -alni /tmp" @PROG_LS@ 0.002 13"ls -alni /tmp" @PROG_LS@ 0.02
14 14
15"netstat -an" @PROG_NETSTAT@ 0.005 15"netstat -an" @PROG_NETSTAT@ 0.05
16"netstat -in" @PROG_NETSTAT@ 0.010 16"netstat -in" @PROG_NETSTAT@ 0.05
17"netstat -rn" @PROG_NETSTAT@ 0.002 17"netstat -rn" @PROG_NETSTAT@ 0.02
18"netstat -s" @PROG_NETSTAT@ 0.002 18"netstat -s" @PROG_NETSTAT@ 0.02
19 19
20"arp -a -n" @PROG_ARP@ 0.002 20"arp -a -n" @PROG_ARP@ 0.02
21 21
22"ifconfig -a" @PROG_IFCONFIG@ 0.002 22"ifconfig -a" @PROG_IFCONFIG@ 0.02
23 23
24"ps laxww" @PROG_PS@ 0.003 24"ps laxww" @PROG_PS@ 0.03
25"ps -al" @PROG_PS@ 0.003 25"ps -al" @PROG_PS@ 0.03
26"ps -efl" @PROG_PS@ 0.003 26"ps -efl" @PROG_PS@ 0.03
27 27
28"w" @PROG_W@ 0.005 28"w" @PROG_W@ 0.05
29 29
30"who -i" @PROG_WHO@ 0.001 30"who -i" @PROG_WHO@ 0.01
31 31
32"last" @PROG_LAST@ 0.001 32"last" @PROG_LAST@ 0.01
33 33
34"lastlog" @PROG_LASTLOG@ 0.001 34"lastlog" @PROG_LASTLOG@ 0.01
35 35
36"df" @PROG_DF@ 0.010 36"df" @PROG_DF@ 0.01
37"df -i" @PROG_DF@ 0.010 37"df -i" @PROG_DF@ 0.01
38 38
39"vmstat" @PROG_VMSTAT@ 0.010 39"vmstat" @PROG_VMSTAT@ 0.01
40"uptime" @PROG_UPTIME@ 0.001 40"uptime" @PROG_UPTIME@ 0.01
41 41
42"ipcs -a" @PROG_IPCS@ 0.001 42"ipcs -a" @PROG_IPCS@ 0.01
43 43
44"tail -200 /var/log/messages" @PROG_TAIL@ 0.001 44"tail -200 /var/log/messages" @PROG_TAIL@ 0.01
45"tail -200 /var/log/syslog" @PROG_TAIL@ 0.001 45"tail -200 /var/log/syslog" @PROG_TAIL@ 0.01
46"tail -200 /var/adm/messages" @PROG_TAIL@ 0.001 46"tail -200 /var/adm/messages" @PROG_TAIL@ 0.01
47"tail -200 /var/adm/syslog" @PROG_TAIL@ 0.001 47"tail -200 /var/adm/syslog" @PROG_TAIL@ 0.01
48"tail -200 /var/adm/syslog/syslog.log" @PROG_TAIL@ 0.001 48"tail -200 /var/adm/syslog/syslog.log" @PROG_TAIL@ 0.01
49"tail -200 /var/log/maillog" @PROG_TAIL@ 0.001 49"tail -200 /var/log/maillog" @PROG_TAIL@ 0.01
50"tail -200 /var/adm/maillog" @PROG_TAIL@ 0.001 50"tail -200 /var/adm/maillog" @PROG_TAIL@ 0.01