Enable aliases for SSH commands

Site administrators can alias SSH commands from a plugin into the
gerrit namespace using the ssh-alias section in gerrit.config:

  [ssh-alias]
    ls = gerrit ls-projects
    replicate = replication start

The aliases are configured statically at server startup, but are
resolved dynamically at invocation time to the currently loaded
version of the plugin. If the plugin is not loaded, or does not
define the command, "not found" is returned to the user.

Change-Id: Ie98edbef6c8f2fcb3960e7f06329f5dee670ac1e
10 files changed