diff options
Diffstat (limited to 'plugins')
-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\ |