Hi, I am attempting to use atlasian/scp-deploy and my server requires a passphrase for each key. So how do I pass the passphrase programmatically in a deployment pipeline? I am struggling to find an example that shows this usage.
I know that sshpass can be used but I'm not sure that is what the scp-deploy uses. It could certainly use sshpass if a password is set, but that is not a variable in the list of variables.
sshpass -p "password" scp file1.txt root@192.168.1.100:/mnt/