Winscp asking for passphrase for second time
Hi Team,
We have a script to login to remote host using public/private key authentication with the private key protected with passphrase (WinsSCP V 5.1.4).
When we try to login and after inputing details like Host Name, User Name, Password, Private Key File, then "Login" button click, passphrase is again prompted though we already provided the details in the first screen.
I am using the pSFTP command as below:-
psftp XXXXXX.XXXXX.com -i PRIVATE_KEY_1234.ppk -v -l XXUSERNAME -pw XXPASSWRD -b psftpscript.script -bc
We have a script to login to remote host using public/private key authentication with the private key protected with passphrase (WinsSCP V 5.1.4).
When we try to login and after inputing details like Host Name, User Name, Password, Private Key File, then "Login" button click, passphrase is again prompted though we already provided the details in the first screen.
I am using the pSFTP command as below:-
psftp XXXXXX.XXXXX.com -i PRIVATE_KEY_1234.ppk -v -l XXUSERNAME -pw XXPASSWRD -b psftpscript.script -bc