WinSCP command has no option for hostkey
Hi I am trying to use WinSCP to do some backend job in command execution of SQLServer. I need to accept the certificate regardless of the hostkey. Is there any changes on the command? Please if you can advise what to do.
I am getting this error:
exec master..xp_cmdshell 'winscp.com /hostkey=* /script=C:\file'
I am getting this error:
Connecting to 10.xxx.xxx.xxx ...
The server's certificate is not known. You have no guarantee that the server is the computer you think it is.
Server's certificate details follow:
Issuer:
- Organization: localhost
Subject:
- Organization: localhost
Valid: 9/13/2019 9:05:09 AM - 9/13/2024 12:00:00 AM
Fingerprint (SHA-1): cc:bb:48:76:39:e2:45:6d:01:16:d6:43:be:18:16:03:56:07:d9:d1
Summary: Unable to get local issuer certificate. The error occurred at a depth of 1 in the certificate chain.
When connecting using an IP address, it is not possible to verify if the certificate was issued for the server. Use a hostname instead of the IP address.
If you trust this certificate, press Yes. To connect without storing certificate, press No. To abandon the connection press Cancel.
Continue connecting and store the certificate?
(Y)es, (N)o, C(a)ncel (10 s), (C)opy Key: Cancel
Connection failed.
Peer certificate rejected
Disconnected from server
Connection failed.