Hi, guys: In my job, I need to use quicksshd which is android app as my sshd service, and quicksshd is based on dropbear. The problem is : when I use the command " ssh host_ip 'cmd' ", It cannot be executed because the envionment variables is different with the situation when i use ssh to login to the host which is running dropbear.
So is there a way to reset the default environment variables when using the command " ssh host_ip 'cmd' " on termianl ? Thanks!
