From eec3332392543aa080d0745c99f72c419901d8bd Mon Sep 17 00:00:00 2001 From: Ghislain Durif <gd.dev@libertymail.net> Date: Fri, 8 Sep 2023 11:23:42 +0200 Subject: [PATCH] modify DVC ssh remote --- .dvc/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dvc/config b/.dvc/config index 60e9772..a59a338 100644 --- a/.dvc/config +++ b/.dvc/config @@ -3,3 +3,5 @@ remote = local ['remote "local"'] url = ../../dvc-testing-remote +['remote "psmn_ssh"'] + url = ssh://gdurif@psmn-local/home/gdurif/work/dvc-testing-remote -- GitLab