Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

tiger_lex

How to use Host Certificate?

Hi,

Our servers are configured to use certificate. This certificate signed by a Certificate Authority.
On our client machine we added "@cert-authority ....." into ~/.ssh/known_hosts that specifies the public key that we should use to check the certificate that our hosts will give us during login

When user visit the SSH server for the first time from his client, user should not be asked whether user trust the remote host. This is because the host has presented its host certificate to user, signed by the certificate authority.

How can I use this feature in OpenSSH for my WinSCP client's?
Sorry, my English isn’t so good.

Using WinSCP 5.5.6 on Windows XP.