Relative Content

Tag Archive for windowssshcontainerspassphrase

SSH Passphrase automation in widnows docker container

I have a variable SSH_KEY and SSH_PASSPHRASE which I am passing as a string variable to a script in windows. Currently I am using below script to authenticate using ssh-key for windows. How can I modify it for supporting ssh-passphrase?