how do i provide a passphrase key in windows batch file to automate ssh upload to server?
ECHO OFF
ECHO open Abc@142.15.0.178
then the server ask for passphrase key that i created. How to put the passphrase key into the batch file?
how do i provide a passphrase key in windows batch file to automate ssh upload to server?
ECHO OFF
ECHO open Abc@142.15.0.178
then the server ask for passphrase key that i created. How to put the passphrase key into the batch file?