I’ve installed the OpenSSH Server on my Windows machine so I can test a new PowerShell script that will upload files to an SFTP server.
In searching for info on how to configure the OpenSSH Server, I found the Web page at
https://man.openbsd.org/sshd_config. I’m unclear which (if any) of the configuration options are needed for WinSCP’s .NET Assembly to connect.
The Web hosting company whose server I will eventually be connecting to has specified ID/password authentication (i.e., not public/private keys).
Here’s my system information:
WinSCP Version: 6.1
Windows Version: Windows 10, version 22H2 (OS Build 19045-2965)
Transfer Protocol: SFTP
Using PowerShell scripting.
Errors: None, this is a query on how to configure OpenSSH Server
WinSCP Command Line: None. Will be connecting to server thru the
.NET Assembly.
Can you tell me what configuration settings I should use for connecting to the OpenSSH Server thru the WinSCP .NET assembly? Or, even better, do you have a working example?