Setting Environment Variables during SSH2 Connection
Can environment variables be set when connecting to a server using the Node.js SSH2 client? After investigation, it was found that it is possible. Just marking it here.
Setting Environment Variables
The code is as follows:
1 | this.conn.shell({ |