]> andersk Git - openssh.git/blame - ssh_prng_cmds.in
- (djm) OpenBSD CVS updates
[openssh.git] / ssh_prng_cmds.in
CommitLineData
d3083fbd 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
48c99b2c 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/spool/mail" @PROG_LS@ 0.02
12"ls -alni /proc" @PROG_LS@ 0.02
13"ls -alni /tmp" @PROG_LS@ 0.02
d3083fbd 14
48c99b2c 15"netstat -an" @PROG_NETSTAT@ 0.05
16"netstat -in" @PROG_NETSTAT@ 0.05
17"netstat -rn" @PROG_NETSTAT@ 0.02
18"netstat -s" @PROG_NETSTAT@ 0.02
d3083fbd 19
48c99b2c 20"arp -a -n" @PROG_ARP@ 0.02
d3083fbd 21
48c99b2c 22"ifconfig -a" @PROG_IFCONFIG@ 0.02
d3083fbd 23
48c99b2c 24"ps laxww" @PROG_PS@ 0.03
25"ps -al" @PROG_PS@ 0.03
26"ps -efl" @PROG_PS@ 0.03
d3083fbd 27
48c99b2c 28"w" @PROG_W@ 0.05
d3083fbd 29
48c99b2c 30"who -i" @PROG_WHO@ 0.01
d3083fbd 31
48c99b2c 32"last" @PROG_LAST@ 0.01
d3083fbd 33
48c99b2c 34"lastlog" @PROG_LASTLOG@ 0.01
d3083fbd 35
48c99b2c 36"df" @PROG_DF@ 0.01
37"df -i" @PROG_DF@ 0.01
d3083fbd 38
48c99b2c 39"vmstat" @PROG_VMSTAT@ 0.01
40"uptime" @PROG_UPTIME@ 0.01
d3083fbd 41
48c99b2c 42"ipcs -a" @PROG_IPCS@ 0.01
d3083fbd 43
48c99b2c 44"tail -200 /var/log/messages" @PROG_TAIL@ 0.01
45"tail -200 /var/log/syslog" @PROG_TAIL@ 0.01
46"tail -200 /var/adm/messages" @PROG_TAIL@ 0.01
47"tail -200 /var/adm/syslog" @PROG_TAIL@ 0.01
48"tail -200 /var/adm/syslog/syslog.log" @PROG_TAIL@ 0.01
49"tail -200 /var/log/maillog" @PROG_TAIL@ 0.01
50"tail -200 /var/adm/maillog" @PROG_TAIL@ 0.01
This page took 0.108828 seconds and 5 git commands to generate.