iterative / dvc-ssh

SSH/SFTP plugin for dvc
Apache License 2.0
1 stars 2 forks source link

Does DVC work with SFTP as well? #39

Closed haimat closed 1 year ago

haimat commented 1 year ago

I want to provide full read+write access to our DVC remote, but without giving away the password of that SSH user to our DVC users. I don't want to solve that with a Linux group and multiple users within that group, since that group just has read-only access to the DVC data folder. Can I thus make the main user of the DVC data folder on the server an SFTP-only user, without a valid login shell? If not, what other alternatives do I have?

efiop commented 1 year ago

Yes, it should work. Please give it a try and let us know how it goes.