In custom scripts, is it possible to impose both p...
# general
l
In custom scripts, is it possible to impose both private/public key and a password at the same (sort of a 2FA) for SFTP connection?
b
j
Yes. In SuiteScript, you can provide both a private key and a password in the SFTP module, if the SFTP server is configured to require both.
l
Thank you
j
You're welcome.