From: Ian Jackson Date: Tue, 8 Jun 2021 18:55:16 +0000 (+0100) Subject: chiark example config: Show the ssh_proxy_command config setting X-Git-Tag: otter-0.7.0~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4bebfdeac105396bcbfc895bac9a4ec158ec940e;p=otter.git chiark example config: Show the ssh_proxy_command config setting Signed-off-by: Ian Jackson --- diff --git a/docs/install.md b/docs/install.md index 394ebbb5..def9cc46 100644 --- a/docs/install.md +++ b/docs/install.md @@ -31,6 +31,8 @@ base_dir = "/volatile/Otter" save_dir = "/home/Otter/save" command_socket = "/volatile/Otter/var/command.socket" +ssh_proxy_command = "/volatile/Otter/bin/otter" + [log] global_level = 'debug'