Closed LeonAlvarez closed 5 years ago
Is there any way to use a string as identity instead of using path of the private key.
@LeonAlvarez pass configuration as below under privateKey var sshconfig2 = { host: '192.168.1.3', username: 'ubuntu', privateKey: '<privateKey>' }
var sshconfig2 = { host: '192.168.1.3', username: 'ubuntu', privateKey: '<privateKey>' }
ty
Is there any way to use a string as identity instead of using path of the private key.