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

martin

Are you using the certificates for user authentication only? Or also for verifying the hosts?
john_alan

Many thanks for the info.
john_alan

Using SSH CA with WinSCP

Is it possible using the WinSCP command line tool, to use a certificate (SSH CA) to authenticate with a remote server over SSH?

If so what is the syntax?

Usually with scp on Linux (where the cert is in current path) it's
ssh -i myPrivateKey ubuntu@my-hostname