Skip to content

Conversation

@m-wrzr
Copy link

@m-wrzr m-wrzr commented Dec 20, 2025

Hey, this PR addresses this issue in the main dvc repository treeverse/dvc#10909

The main issue was, that no matter what ssh configuration you set, the passphrase for the key is always prompted, even if you use ask_password and password based auth.

This is due to the InteractiveSSHClient still trying to use the publickey auth if we don't set the preferred_auth, i.e. we will always call public_key_auth_requested.

I've tried to replicate this behavior by expanding the docker based ssh tests, please let me know if you need some additional details/tests/etc

@CLAassistant
Copy link

CLAassistant commented Dec 20, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants