node-ssh
node-ssh copied to clipboard
requestShell with custom shell ?
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.