diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -232,6 +232,12 @@ allow_custom_hooks_settings = True ## SSH is disabled by default, until an Administrator decides to enable it. ssh_enabled = false +## File where users' SSH keys will be stored *if* ssh_enabled is true. +#ssh_authorized_keys = /home/kallithea/.ssh/authorized_keys + +## Path to be used in ssh_authorized_keys file to invoke kallithea-cli with ssh-serve. +#kallithea_cli_path = /srv/kallithea/venv/bin/kallithea-cli + #################################### ### CELERY CONFIG #### ####################################