Difference between revisions of "Zmrcd"
(Created page with "{{ZC}}{{Article Infobox|{{admin}}||{{ZCS 8.5}} {{ZCS 8.0}}|}} zmrcd is a script that restricts the commands that can be run as the "zimbra" user via ssh. = Program = The sc...") |
|||
Line 14: | Line 14: | ||
= Example = | = Example = | ||
− | This script is run like the following: | + | This script is run by ZCS tools as part of normal operations like the following: |
echo "HOST:mail1.example.com status" | ssh -i ~/.ssh/zimbra_identity -o strictHostKeyChecking=no zimbra@mail1.example.com "/opt/zimbra/libexec/zmrcd" | echo "HOST:mail1.example.com status" | ssh -i ~/.ssh/zimbra_identity -o strictHostKeyChecking=no zimbra@mail1.example.com "/opt/zimbra/libexec/zmrcd" |
Revision as of 00:42, 2 April 2015

Article Information |
---|
This article applies to the following ZCS versions.
|
zmrcd is a script that restricts the commands that can be run as the "zimbra" user via ssh.
Program
The script exists at the following location:
/opt/zimbra/libexec/zmrcd
Configuration
This tool has no configuration options.
Example
This script is run by ZCS tools as part of normal operations like the following:
echo "HOST:mail1.example.com status" | ssh -i ~/.ssh/zimbra_identity -o strictHostKeyChecking=no zimbra@mail1.example.com "/opt/zimbra/libexec/zmrcd"