Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs/ssh: allow prompting for password/passphrase when necessary #18

Open
guludo opened this issue Dec 8, 2021 · 0 comments
Open

fs/ssh: allow prompting for password/passphrase when necessary #18

guludo opened this issue Dec 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@guludo
Copy link

guludo commented Dec 8, 2021

Currently, the option ask_password for SSh remotes only allows values true and false. This is a proposal of a third value: if_nedeed, which makes dvc prompt for password/passphrase if necessary. This is useful for cases when the user is using a private key for authentication: the private key passphrase would be prompted for only if it is encrypted.

For background on the discussion on Discord, it starts here: https://discord.com/channels/485586884165107732/485596304961962003/917572804734496840

Best regards,
Gustavo Sousa

@pared pared added the enhancement New feature or request label Dec 8, 2021
@efiop efiop transferred this issue from iterative/dvc Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants