obsidiansystems / obelisk

Functional reactive web and mobile applications, with batteries included.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
959 stars 107 forks source link

`ob deploy update` doesn't play well with password-protected SSH keys #1052

Open LightAndLight opened 11 months ago

LightAndLight commented 11 months ago

Version: obelisk-command-0.9.0.1

When ob deploy update uses Git over SSH, and the user's SSH key requires a password, the password prompt mucks up the command-line UI and the user can't enter their password.

Workaround: use a non-password-protected SSH key.