iterative / dvc-ssh

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

asyncssh: support interactive input #52

Closed pmrowla closed 8 months ago

pmrowla commented 1 year ago

Adds support for KbdInteractiveAuthentication based 2FA

Related: #12 Closes https://github.com/iterative/dvc/issues/9939

asciicast

pmrowla commented 1 year ago

Not sure whether or not this belongs in upstream fsspec sshfs. As far as I can tell none of the existing fsspec implementations allow any kind of interactive input for auth, so I kept this in dvc-ssh for now.