You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use RunCommand, I notice it doesn't have the full path set up, compared with a normal SSH login. For example. it's missing /usr/local/bin. I can work around that (by using the full path) or use CreateShell.
However, I also notice which doesn't work. There's no error message but the exit code is 1 and there's no output.
I assume this is expected but can anyone explain what's happening?
Thanks!
The text was updated successfully, but these errors were encountered:
It might be tricky to debug. You could inspect ExtendedOutputStream to see if there is any error message. It could be related to permissions of the user
Hi,
When I use RunCommand, I notice it doesn't have the full path set up, compared with a normal SSH login. For example. it's missing
/usr/local/bin
. I can work around that (by using the full path) or useCreateShell
.However, I also notice
which
doesn't work. There's no error message but the exit code is 1 and there's no output.I assume this is expected but can anyone explain what's happening?
Thanks!
The text was updated successfully, but these errors were encountered: