You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
After fixing #546 it's possible to use different passwords, but only if they are stored as plain text in sftp.json. While user may prefer to use other authentication abilities of SFTP plugin.
To Reproduce
Steps to reproduce the behavior:
Assuming utbot user on remote server has non default password (other than utbot).
Configure SFTP plugin but do not specify password in the sftp.json config file.
Sync 'Local->Remote', SFTP just asks password on the fly and does not store it in the file.
Try to configure UTBot through wizard, on Server Setup page enter SFTP port and try to click Next button.
Expected behavior
UTBot uses SFTP functionality to sync using stored in memory password or asks to enter password. But don't stores it in the file.
Actual behavior
'SFTP connection' error happens, user cannot pass this wizard page.
Additional context
Besides interactive login, user also may use SSH to configure synchronization.
The text was updated successfully, but these errors were encountered:
Description
After fixing #546 it's possible to use different passwords, but only if they are stored as plain text in
sftp.json
. While user may prefer to use other authentication abilities of SFTP plugin.To Reproduce
Steps to reproduce the behavior:
utbot
user on remote server has non default password (other thanutbot
).sftp.json
config file.Next
button.Expected behavior
UTBot uses SFTP functionality to sync using stored in memory password or asks to enter password. But don't stores it in the file.
Actual behavior
'SFTP connection' error happens, user cannot pass this wizard page.
Additional context
Besides interactive login, user also may use SSH to configure synchronization.
The text was updated successfully, but these errors were encountered: