From 42450dcbc4001c5f626dd4f89786d328601c5f08 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Fri, 7 Oct 2022 15:33:19 +0300 Subject: [PATCH] Update clearml.conf --- docs/clearml.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/clearml.conf b/docs/clearml.conf index 7a11ef8..afac562 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -136,6 +136,12 @@ agent { }, translate_ssh: true, + + # set "disable_ssh_mount: true" to disable the automatic mount of ~/.ssh folder into the docker containers + # default is false, automatically mounts ~/.ssh + # Must be set to True if using "clearml-session" with this agent! + # disable_ssh_mount: false + # reload configuration file every daemon execution reload_config: false,