summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-11 19:20:25 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-11 19:20:25 +0100
commit9df1f26f840a769e6b297f5599f3b09f0712e6f2 (patch)
tree59f4888444ca1cf54e1c35f1fd884e43f5c9f9d8
parentebb05288b2846466ff26ea1076c4e9ea6fbe98b9 (diff)
Update in-script documentation
-rwxr-xr-xlib/ssh-forcecommand4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh-forcecommand b/lib/ssh-forcecommand
index 16e04c5..4d196ad 100755
--- a/lib/ssh-forcecommand
+++ b/lib/ssh-forcecommand
@@ -5,12 +5,12 @@
#
# SSH forcecommand to be used for nagios ssh checks etc.
# Example line for ssh authorized_keys file:
-# command="/usr/local/lib/nagios/forcecommand /etc/nagios/forcecommand.cfg",no-agent-forwarding,no-port-forwarding,no-pty,no-X11-forwarding $key
+# command="/usr/local/lib/ssh-forcecommand /etc/forcecommand/backup.cfg",no-agent-forwarding,no-port-forwarding,no-pty,no-X11-forwarding $key
#
# Configfile format:
# ssh_command = real_command
# Example:
-# check_users = /usr/lib/nagios/plugins/check_users -w 5 -c 10
+# home = tar -C / -cf - home
use strict;
use warnings;