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 wizard
To Reproduce
Steps to reproduce the behavior:
- Assume UTBbot sever user has some complicated password
- There could be already existing proper
sftp.json config file or no such one.
- Start
UTBot: QuickStart Wizard
- On page
Server Setup note that UTBot cannot connect to SFTP.
- Try to ignore the problem and click
Next button - nothing happens
Expected 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 existing sftp.json and store password in plain test in config and rewriting other setting, which could be undesirable.
Description
In case user has different from
utbot/utbotusername and password on remote machine it is not possible configure SFTP connection and complete UTBot wizardTo Reproduce
Steps to reproduce the behavior:
sftp.jsonconfig file or no such one.UTBot: QuickStart WizardServer Setupnote that UTBot cannot connect to SFTP.Nextbutton - nothing happensExpected behavior
In case of existing
sftp.jsonconfig 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/utbotcredentials UTBot re-writes existingsftp.jsonand store password in plain test in config and rewriting other setting, which could be undesirable.