# gitctl client config -> ~/.config/gitctl/config.toml admin_clone_path = "~/git/gitolite-admin" helper_ssh_alias = "git_helper" # restricted command= key, MUST differ from push_ssh_alias push_ssh_alias = "git_push" # normal unrestricted git access default_owner = "by Your Name" admin_branch = "master" rw_user = "youruser" remote_template = "{push_ssh_alias}:{name}"