diff development.ini @ 7777:b27e515df83c

ssh: introduce 'kallithea-cli ssh-update-authorized-keys' command for updating authorized_keys file Based on work by Ilya Beda <ir4y.ix@gmail.com> on https://bitbucket.org/ir4y/rhodecode/commits/branch/ssh_server_support , incorporating gearbox support by Anton Schur <tonich.sh@gmail.com> and also heavily modified by Mads Kiilerich. This commit also incorporates a fix for Windows by Dominik Ruf, and better handling of the case where the parent dir of 'authorized_keys' does not exist or is not writable, by Bradley M. Kuhn <bkuhn@ebb.org>.
author Christian Oyarzun <oyarzun@gmail.com>
date Mon, 17 Nov 2014 14:42:45 -0500
parents 6da70f4569bf
children b5b91e854308
line wrap: on
line diff
--- a/development.ini	Wed Jul 31 03:56:57 2019 +0200
+++ b/development.ini	Mon Nov 17 14:42:45 2014 -0500
@@ -232,6 +232,12 @@
 ## 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        ####
 ####################################