node-ssh icon indicating copy to clipboard operation
node-ssh copied to clipboard

requestShell with custom shell ?

Open niclet opened this issue 4 years ago • 0 comments

Hi, Is there a way to specify the shell to use when using requestShell ? I have tried requestShell({ env: { SHELL: '/bin/ksh' } }) without success, it still uses bash

Regards.

niclet avatar Jan 03 '22 12:01 niclet