So please provide step-by-step instructions for reproducing the issue with both the options turned off.
- martin
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Uncheck the Remember password for duration of the session checkbox to avoid your password (or private key passphrase) being stored in the memory for a duration of the session.
passwordsfromfiles
. Is there a way to display the actual code as C:\tmp\pass.txt
or as the OP said, a way to disable this button via argument/regedit?
sftp://Username@host.com /privatekey=""$file"" /passwordsfromfiles /passphrase=""C:\tmp\pass.txt""
open sftp://Username@host.com/ -hostkey="ssh-ed25519" -privatekey="\\XXXX\Key.ppk" -passphrase="PasswordClearText"
open sftp://Username@host.com/ -hostkey="ssh-ed25519" -privatekey="\\XXXX\Key.ppk" -passphrase="C:\tmp\pass.txt"
winscp.exe sftp://admin:password@192.168.10.10