On Tuesday, August 16, 2011 04:50:40 PM Grant wrote: > Is there a way to > restrict SSH keys to the rsync command?
Yes, via the "authorized_keys" file. you can add a "command" directive. this will always force that command to be executed whenever a connection is made using this key. See the "sshd" manpage for details. -- Joost

