Is currently possible to add a custom parameter or option to the connection config? For example: -t customparameter
This:
ssh localhost -l steel -t customparameter
Here:
ssh.connect({
host: 'localhost',
username: 'steel',
privateKey: Buffer.from('...')
})
Thanks in advance.
Is currently possible to add a custom parameter or option to the connection config? For example: -t customparameter
This:
ssh localhost -l steel -t customparameterHere:
Thanks in advance.