.\WinSCP.exe command without password fails
Steps to reproduce:
1) If I open PowerShell and pass the values
user:password@server
like this
.\WinSCP.exe sftp://user:password@10.230.123.30/ /hostkey="ssh-ed25519 255 eesecret2BUNg="
2) If I open PowerShell and pass the values
user@server
like this .\WinSCP.exe sftp://user@10.230.123.30/ /hostkey="ssh-ed25519 255 eesecret2BUNg="
I'm on version 5.17.10
Cannot tell if it's related to the hostkey
ssh-ed25519 255
or if affects all key type as I only have this environment.
Thank you