summaryrefslogtreecommitdiff
path: root/local/listauth.sh
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-05-02 09:38:53 +0000
committerIan C <ianc@noddybox.co.uk>2018-05-02 09:38:53 +0000
commit1878f8dd10bb152e6621d3f28a5664a4661077b5 (patch)
treea2715f017c4eb54e0c3ac2ae700da6ff1506485d /local/listauth.sh
parentd54e8ee210cf046b47cc6a51ad6e1b2476b65492 (diff)
Added local admin scripts
Diffstat (limited to 'local/listauth.sh')
-rwxr-xr-xlocal/listauth.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/local/listauth.sh b/local/listauth.sh
new file mode 100755
index 0000000..83b68d4
--- /dev/null
+++ b/local/listauth.sh
@@ -0,0 +1 @@
+grep "session opened for user" /var/log/auth.log | awk '{print $11}' | sort | uniq -c