Richard: I'm not sure what you are attempting. However, I allow root ssh access to my remote servers from my dirvish server and the forced command string is in the .ssh/authorized_keys file. It looks like this
from="<ip of dirvish server",command="rsync --server --sender -vlHogDtpre.iL --numeric-ids . /",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-dss <key follows> Sean On 1/20/19 12:20 AM, Richard Hector wrote: > Hi all, > > I'm writing a wrapper script to use as an ssh forced command. > > It would be useful to understand the options used in the "rsync --server > --sender" command executed on the remote - but the man page doesn't > cover them. > > Anyone know where to find such documentation? > > Cheers, > Richard > _______________________________________________ > Dirvish mailing list > [email protected] > http://www.dirvish.org/mailman/listinfo/dirvish > -- Do not be too moral. You may cheat yourself out of much life. Aim above morality. Be not simply good; be good for something. ― Henry David Thoreau _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
