summaryrefslogtreecommitdiffstats
path: root/ssh_prng_cmds.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-07 07:54:39 +0200
committerDamien Miller <djm@mindrot.org>2000-08-07 07:54:39 +0200
commit52652f5cef3d2a4441117cde95855d039a866bbe (patch)
treeac4f0cc007c8c6b212aac3f80deff0438e44b39f /ssh_prng_cmds.in
parent - (djm) Suppress error messages on channel close shutdown() failurs (diff)
downloadopenssh-52652f5cef3d2a4441117cde95855d039a866bbe.tar.xz
openssh-52652f5cef3d2a4441117cde95855d039a866bbe.zip
- (djm) Add some more entropy collection commands from Lutz Jaenicke
Diffstat (limited to 'ssh_prng_cmds.in')
-rw-r--r--ssh_prng_cmds.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in
index d7389d7e9..355c1b90a 100644
--- a/ssh_prng_cmds.in
+++ b/ssh_prng_cmds.in
@@ -8,9 +8,12 @@
"ls -alni /var/log" @PROG_LS@ 0.02
"ls -alni /var/adm" @PROG_LS@ 0.02
"ls -alni /var/mail" @PROG_LS@ 0.02
+"ls -alni /var/adm/syslog" @PROG_LS@ 0.02
"ls -alni /var/spool/mail" @PROG_LS@ 0.02
"ls -alni /proc" @PROG_LS@ 0.02
"ls -alni /tmp" @PROG_LS@ 0.02
+"ls -alni /var/tmp" @PROG_LS@ 0.02
+"ls -alni /usr/tmp" @PROG_LS@ 0.02
"netstat -an" @PROG_NETSTAT@ 0.05
"netstat -in" @PROG_NETSTAT@ 0.05
@@ -49,3 +52,5 @@
"tail -200 /var/adm/syslog/syslog.log" @PROG_TAIL@ 0.01
"tail -200 /var/log/maillog" @PROG_TAIL@ 0.01
"tail -200 /var/adm/maillog" @PROG_TAIL@ 0.01
+"tail -200 /var/adm/syslog/mail.log" @PROG_TAIL@ 0.01
+