UTbot cannot setup SFTP connection with non-trivial credentials #546
Labels
bug
Something isn't working
top focus
Top priority chosen by dev team
verified
Bug fix is verified
vscode-plugin
Issue related to VScode plugin
Description
In case user has different from
utbot/utbot
username and password on remote machine it is not possible configure SFTP connection and complete UTBot wizardTo Reproduce
Steps to reproduce the behavior:
sftp.json
config file or no such one.UTBot: QuickStart Wizard
Server Setup
note that UTBot cannot connect to SFTP.Next
button - nothing happensExpected behavior
In case of existing
sftp.json
config I assume we could rely on it and don't try modify any SFTP related settings.What's best option when there is no pre-existing configuration I don't know. Maybe just allow user to skip this wizard step.
Additional information
Even when user uses
utbot/utbot
credentials UTBot re-writes existingsftp.json
and store password in plain test in config and rewriting other setting, which could be undesirable.The text was updated successfully, but these errors were encountered: