diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-22 13:18:06 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-22 13:18:06 (GMT) |
commit | dfbd0be38961413594e6bdddec3858e0a276d780 (patch) | |
tree | d8cfb1b2a3b964302368cff5c62f990fdb66d373 /plugins/check_by_ssh.c | |
parent | 450054438c2763c0ce26985ccf6c5d890d2c6f2a (diff) | |
download | monitoring-plugins-dfbd0be38961413594e6bdddec3858e0a276d780.tar.gz |
Typo (Thomas Guettler - 1433447)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1341 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index b777b07..75369ec 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -343,7 +343,7 @@ the '-i' option. In this mode, the identity pair should have a null\n\ | |||
343 | passphrase and the public key should be listed in the authorized_keys\n\ | 343 | passphrase and the public key should be listed in the authorized_keys\n\ |
344 | file of the remote host. Usually the key will be restricted to running\n\ | 344 | file of the remote host. Usually the key will be restricted to running\n\ |
345 | only one command on the remote server. If the remote SSH server tracks\n\ | 345 | only one command on the remote server. If the remote SSH server tracks\n\ |
346 | invocation agruments, the one remote program may be an agent that can\n\ | 346 | invocation arguments, the one remote program may be an agent that can\n\ |
347 | execute additional commands as proxy\n")); | 347 | execute additional commands as proxy\n")); |
348 | 348 | ||
349 | printf (_("\n\ | 349 | printf (_("\n\ |