Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: GETTING CLIENT MACHINE TO CACHE HOSTKEY THROUGH SCRIPTING

You can store the host key to the cache in registry before runing the script. Or you can use INI file instead.
slo4bru

GETTING CLIENT MACHINE TO CACHE HOSTKEY THROUGH SCRIPTING

Hello:

I have a winscp process that uses C# script on client side to attach to an SFTP server and send through files. All is working well except I have to send host key through by script on every logon. Is there a way to cache the hostkey to the clients machine on the first logon? There is no user interaction during this process BTW.

Thanks!