Per request from @MrOutis in treeverse/dvc#2092 (comment)
See doc in question: https://dvc.org/doc/user-guide/managing-external-data#examples (SSH)
This part specifically for example may not make sense:
# Add SSH remote to be used as cache location for SSH files
dvc remote add sshcache ssh://user@example.com:/cache
# Tell dvc to use the 'sshcache' remote as SSH cache location
dvc config cache.ssh sshcache
# Add data on SSH directly
dvc add ssh://user@example.com:/mydata
Because the sshcache remote name is never used.
Related to #143
See doc in question: https://dvc.org/doc/user-guide/managing-external-data#examples (SSH)
This part
specificallyfor example may not make sense:Because thesshcacheremote name is never used.:/cachevs:/mydatavs:/home/shared/data.txt).Related to #143