You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using SSH for remote storage, DVC fails to report ssh errors like missing key file, bad permission, incorrect username etc. and instead reports a generic hash not found / cloud download failed error.
Bug Report
Issue name
dvc pull
: does not report SSH errorsDescription
When using SSH for remote storage, DVC fails to report ssh errors like missing key file, bad permission, incorrect username etc. and instead reports a generic
hash not found / cloud download failed
error.Reproduce
dvc init
dvc remote add -d origin ssh://<username>@<URL><PATH>
dvc remote modify --local origin keyfile <path-to-your-private-key-file-with-wrong-permissions>
dvc pull -vv
Expected
Since DVC fails to reach the remote path because of an SSH error (private key with bad permissions), the error message should trace out the details.
Environment information
WSL / Linux
Output of
dvc doctor
:Additional Information (if any):
The text was updated successfully, but these errors were encountered: