Assistance with WinSCP and PGP public key
I've read that WinSCP does encrypt with PGP, but can it still work in the following situation?
Vendor Requirements:
I have been asked to complete the following requirements:
Ultimately, I need to automate the following process: access their SFTP server, extract the file, and download it to a local file where I will run other automation on it.
Vendor Requirements:
I have been asked to complete the following requirements:
- Client supplies public SSH key.
- Keys must be RSA format (2048-4096 bit, 2048 recommended).
- Keys must be RSA format (2048-4096 bit, 2048 recommended).
- If client is planning on extracting information out of Concur we will also need a public PGP key.
- PGP public key must be formatted as OpenPGP (version 4)
- ASCII-armored keys are supported
- You will need to have a public signing key, and an encryption sub-key (this is the default generated by GnuPG, for example)
- Keys should be either DSS/ElGamal (1024-3072 bit, 2048 recommended) or RSA type 1 (sign and encrypt, 1024-4096 bit, 2048 recommended)
- Set key to never expire
- PGP public key must be formatted as OpenPGP (version 4)
Ultimately, I need to automate the following process: access their SFTP server, extract the file, and download it to a local file where I will run other automation on it.