Open lefos99 opened 1 year ago
Hi @lefos99 , thanks for the report. I am looking into it.
As a current workaround, have you tried setting the following:
dvc remote modify --local nas_remote passphrase mypassphrase
Do you have any dvc import
ed data in your pipeline?
Hi @lefos99 , thanks for the report. I am looking into it.
Thanks @daavoo :smiley_cat:
Do you have any
dvc import
ed data in your pipeline?
No, not at all.
As a current workaround, have you tried setting the following:
dvc remote modify --local nas_remote passphrase mypassphrase
This works, but I don't like that my private password is stored in a file (
.dvc/config
or.dvc/config.local
) š
@daavoo Were you able to look into this?
Bug Report
dvc exp
commands always request my passphrase.Description
Hello, I have the following unwanted behavior. First of all my config looks like this:
Especially the lines
are necessary because I connect to my NAS (the remote DVC cache) by using a private key, which works fine by the way. :heavy_check_mark:
I was working with
dvc repro
and I am changing todvc exp run
and I noticed that whenever I run anydvc exp
command (e.g.dvc exp show
ordvc exp run
), I get the following prompt:Enter a passphrase for host '192.168.93.111' port '22' user 'lefos':
. This is normal to be requested when I interact directly with my remote with commands likedvc pull
ordvc push
, but especially for commands likedvc exp run
, it is annoying because it is being requested for each dvc stage.Environment information
Output of
dvc doctor
: