Post tagged “openssh”

  1. Locking Down rsync Over SSH

    For my most recent backup scheme, I needed to lock down rsync over OpenSSH while allowing scheduled syncing. I did it using the authorized_keys command="command" option to restrict access for a specific private key.